[Openjnlp-devel] New launching committed to CVS
Brought to you by:
kherr
From: Kevin H. <ke...@na...> - 2001-11-09 06:58:41
|
Improvements to launching have been committed. Following is a description of the changes. All platforms now rely on "openjnlp.properties" to indicate how to invoke an external virtual machine. These properties are loaded by org.nanode.launcher.Launcher but are not put into System.properties. The properties are: launch.cmd command to invoke java launch.classpath classpath needed for external launching launch.main class to invoke when launching; will be passed url(s) as args If launch.cmd is undefined then the Launcher will use "${java.home}/bin/java" as the command. External launching only uses openjnlp-lib.jar plus XML and jnlp stuff. The GUI (openjnlp-app.jar) is only used when initially invoked to provide the user interface. Launched apps are now in their own thread within their own thread group. The contextClassLoader is now being set. |