| Author |
jar files
|
RAHUL
Greenhorn
Joined: Nov 08, 2006
Posts: 7
|
|
should a jar file include a main class name in it manifest file. and whether jar file can execute without this
|
 |
Petrus Pelser
Ranch Hand
Joined: Feb 20, 2006
Posts: 132
|
|
You do not need to supply the main class' name in the manifest, but then you will not be able to execute it, unless you supply the fully qualified name with the jar in your classpath. Most of the packages are packaged in this way - i.e. try and execute javaee.jar ...
|
 |
 |
|
|
subject: jar files
|
|
|