I am having lots of trouble with Creating a .jar file. every time i try to create one it, an error window pops up and says that the main class Start can not be found. (My main class is named Start) I have a manifest and everything can you tell me what i'm doing wrong please, or tell me what do do exactly? This can be from the command prompt or from eclipse as well!
Also sometimes a command prompt window pops up for a millisecond then closes in an instant!
My manifest says:
Manifest-Version: 1.0
Main-Class: Start
My main class is Start.class