I have an Eclipse Java project? How can I make a jar for the project?
Asked
Active
Viewed 229 times
2 Answers
3
File - Export, and from here you can export a standard jar file or an executable Jar File .
At the the end of the wizard is also possible to save the export as ant build file, that is useful because let you customize the export through the build.xml.

aleroot
- 71,077
- 30
- 176
- 213