> 2) Main-Class: is used for the jar-version of running java.
> (like: java myjar.jar)
> (Afaik only available on windows)

FYI: It's the direct execution of a Jar file that Windows can support.
I prefer to link the .jar extension to WinZip myself.

All platforms support java -jar jarfile.jar, which execute the Main-Class:
in jarfile.jar's Manifest. --DD


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to