Re: How do you execute a JAR file?



The JAR file is completely independent of the original class files. As long
as your JAR file was made properly you can consider it a standalone
application/program.

Im sure you've looked through the net for information as to what might cause
this exception. I suggest you look through your java files and see if you
use the 'new' keyword to make an instance of an object you might have missed
when packing the JAR file.


.



Relevant Pages

  • Re: How do you execute a JAR file?
    ... as your JAR file was made properly you can consider it a standalone ... application/program. ... I blow the JAR file apart using WinZip and ...
    (comp.lang.java.help)
  • Re: How do you execute a JAR file?
    ... application/program. ... when packing the JAR file. ... I have no .java source files ...
    (comp.lang.java.help)