|
Jar Files
Hello everybody
I am working with JBuilder 2005 and I need to generate an jar executable from my application. I have been searched and I've found that I have to create a main.mf file and the content of the file must be:
Main-class: classMain
after that in command line I have to do this:
“C:\filesprogram\Java\jdk1.5.0_06\bin\jar” cvfm file.jar Main.mf *.class
It work, it creates me a jar file, but when I execute in my application:
Failed to load Main-Class manifest attribue from
application rout
I dont know why, do you know?
I hope so!
thank you
alan
Last edited by Alan : 06-01-2007 at 02:39 AM.
|