blue123
blue123

Reputation: 3127

How to make a jar with Eclipse?

I have an Eclipse Java project? How can I make a jar for the project?

Upvotes: 0

Views: 233

Answers (2)

aleroot
aleroot

Reputation: 72616

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.

Upvotes: 3

Related Questions