Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
This is the perfect way to create a jar file, but it is not working with my applet. if U know how to make my applet running without a browser, then pl. mail me back at Thanks > Hi , > I am just passing on the steps so that it may be useful: > 1.Create the java Program and compile It. > 2.Make a manifest file(eg:Manifest.mf) as follows: > Main-Class: > 3.Make the jar file: > jar -cfm > eg: > 4.U have the executable jar file |
Sponsored Links
|