I use NetBeans, similar to Eclipse. You have to designate the class that contains the main() and then Eclipse or NetBeans writes the ANT script that writes the Manifest file in the .jar. Something like:
jarname.MainFrame.main
You can use the .jar tool included in the JDK, but that is two files with 3 arguments using the command-line.
anonymous
2013-01-07 05:58:58 UTC
I think you haven't Set ENTRY POINT for jar (Main Class) Take a look: