Executable jar
From Null-pointer
Contents |
Manifest.txt
Manifest-Version: 1.0 Created-By: 1.6.0 (Sun Microsystems Inc.) Main-Class: com.iplanet.lbs.remote.EmailReminder Class-path: lib/msbase.jar lib/mssqlserver.jar lib/msutil.jar lib/pool.jar
Warning : The text file must end with a new line or carriage return. The last line will not be parsed properly if it does not end with a new line or carriage return.
Note : The Class-Path header points to classes or JAR files on the local network, not JAR files within the JAR file or classes accessible over internet protocols.
Creating the jar
# jar cfm Email.jar Manifest.txt com\\iplanet\\lbs\\remote\\EmailReminder.class
Running the jar
# java -jar Email.jar

