how to create JAR File [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I know creating JAR files is easy, just use eclipse, right click on the project and select export and follow the wizard. There is also another way that is command-line, we can use this command. jar cf myjarfilename.jar file1.class file2.class The problem is I cannot use use