Re: How do you execute a JAR file?
- From: "cp" <e-blade@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 28 Jan 2007 19:19:24 +0100
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.
.
- Follow-Ups:
- Re: How do you execute a JAR file?
- From: phillip.s.powell@xxxxxxxxx
- Re: How do you execute a JAR file?
- References:
- How do you execute a JAR file?
- From: phillip.s.powell@xxxxxxxxx
- Re: How do you execute a JAR file?
- From: cp
- Re: How do you execute a JAR file?
- From: phillip.s.powell@xxxxxxxxx
- How do you execute a JAR file?
- Prev by Date: Re: How do you execute a JAR file?
- Next by Date: Re: How do you execute a JAR file?
- Previous by thread: Re: How do you execute a JAR file?
- Next by thread: Re: How do you execute a JAR file?
- Index(es):
Relevant Pages
|
|