Can someone explain me how to convert java class file to jar file ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone explain me how to convert java class file to jar file ?

18th Sep 2019, 2:31 PM
Mohd Sufiyan
Mohd Sufiyan - avatar
3 Answers
+ 1
using cmd? jar cvf TargetFile.jar Class1.class Class2.class
18th Sep 2019, 2:59 PM
Taste
Taste - avatar
0
Whats class 1 and class 2 in your comand
18th Sep 2019, 3:10 PM
Mohd Sufiyan
Mohd Sufiyan - avatar
0
the classes that you wanted to put into jar
18th Sep 2019, 3:11 PM
Taste
Taste - avatar