ABOUT US

|

SUPPORT

|

BLOG

DOWNLOADS    

 

 

 

 


 

 

Application Deployment

 

 

 

 

 

 

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

Windows
java -cp webrenderer-swing.jar;webrenderer-swing-xxx32.jar;corecomponents-swing-xxx32.jar;. TestBrowser
Linux, Mac OS X, Solaris and AIX
java -cp webrenderer-swing.jar:webrenderer-swing-xxx32.jar:corecomponents-swing-xxx32.jar:. TestBrowser

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

In the above examples, "xxx" refers to the particular platform in use. 32-bit libraries are shown these can be substituted for 64-bit versions.

 

 

 

 

 

 

 

 

Copyright � JadeLiquid Software - www.jadeliquid.com