satellite03
IS-IT--Management
hi, i want to know what is the role/job of a manifest file in a JAR package. what it does ?
can you plz show me some sample examples ?
thank you
can you plz show me some sample examples ?
thank you
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
C:\Documents and Settings\user>java
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
satellite03 said:do I have to write it manually in the manifest ?
java -classpath MyJarFile.jar MyMainclass
satellite03 said:why there are so many versions to run a JAR file ?
satellite03 said:actually my question was not directional