How can I create a self-consistent .jar file with Eclipse?

Posted by Roman on Stack Overflow See other posts from Stack Overflow or by Roman
Published on 2010-04-28T09:40:08Z Indexed on 2010/04/28 9:43 UTC
Read the original article Hit count: 200

Filed under:
|
|
|

I wrote my Java application in Eclipse. Now I would like to generate a .jar file which can be run on other systems from the command line. Is there a easy way to do it in Eclipse?

In particular I am wondering what should I do with the jar files of external library that I use (should it be included into my .jar file?).

Moreover, should I generate some manifest files?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse