I am trying to run a java program from a jar file but I keep recieving an error:
Any ideas how i can fix ths?Code:[B]Failed to load Main-Class manifest attribute from
C:\ ... .jar
[/B]
Thanks
Printable View
I am trying to run a java program from a jar file but I keep recieving an error:
Any ideas how i can fix ths?Code:[B]Failed to load Main-Class manifest attribute from
C:\ ... .jar
[/B]
Thanks
The command to run a jar is like this:
What are you building your jar with?Code:java -jar myJar.jar
I am trying this software:
http: // code.google.com/p/scenemonitor/
Unfortunately the method you proposed doesnt work and i keep getting the same error.