0

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

blue123
  • 2,937
  • 7
  • 27
  • 29

2 Answers2

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
1

These can help you.

Create jar using Eclipse

Create JAR file in Java & Eclipse

Srikanth Venkatesh
  • 2,812
  • 1
  • 20
  • 13