Posted By:
Bahman_Barzideh
Posted On:
Thursday, February 27, 2003 09:40 AM
I may be reading your question incorrectly but It seems all you want to
do is have an executable JAR file. You can do this by adding a line
of the following format to your JAR file's manifest file
(META-INF/MANIFEST.MF):
Main-Class: [your main class]
where
[your main class] is the qualified name for the class that has the
main () in it (something like:
a.b.c). Try
Executable JAR for more info.
By the way, the reason I am not sure if I have read the question corretly
is that I am not sure what this has to do with Web Start