Swing Edition

 


 

 

Application deployment

 

 

 

 

 

 

WebRenderer deploys as any normal Java component through the usual mechanisms of adding the JAR files to the Java classpath.

Example WebRenderer Swing (windows):

java -cp webrenderer-swing.jar; webrenderer-swing-xxx.jar; corecomponents-swing-xxx.jar;. TestBrowser


Example WebRenderer Swing (Linux/Solaris/OSX):

java -cp webrenderer-swing.jar: webrenderer-swing-xxx.jar: corecomponents-swing-xxx.jar:. TestBrowser


The webrenderer-swing-xxx.jar does not have to be placed in the classpath provided it is located in the directory from which the application was run from.

Please note: the "xxx" listed in the examples above refers to the platform.

 

 

 Copyright © JadeLiquid Software - www.jadeliquid.com