Re: [Openjnlp-devel] OpenJNLP command-line launching
Brought to you by:
kherr
|
From: Kevin H. <ke...@na...> - 2002-03-27 21:12:55
|
On Tuesday, March 26, 2002, at 04:01 , Kevin Herrboldt wrote:
[...]
> Proposed OpenJNLP-lib Behavior
> ------------------------------
> org.nanode.jnlp.JNLPParser can be considered as the "OpenJNLP engine",
> allowing full control of
Everything laid out in the previous method was implemented and has been
committed. org.nanode.launcher.Launcher has been updated and committed
too.
For fun try "java -cp <whatever> org.nanode.jnlp.JNLPParser -help". Make
sure you have SAX2 in your classpath or it won't run. Maybe that needs
to be changed?
Here's the output for those who are interested:
Usage: org.nanode.jnlp.JNLPParser [-options] url [url...]
where options include:
-help print this help message
-version print product version
-internal launch url(s) in the current JVM
-extcmd <cmd>
command to use to invoke external launching
-extclasspath <jar files separated by :>
jars to add to classpath for external launching
-extmain <classname>
classname to call for external launching
|