0% found this document useful (0 votes)
45 views

Application Template

This document contains configuration settings for launching a Java application. It specifies the Java version, VM arguments, classpath entries, home and config directories, graphical user interface themes, maximum number of clients, session timeout settings, and other runtime options like debugging and permissions. The main class to launch is org.webswing.U2020StartUp and it will be run with specific arguments.

Uploaded by

fazado
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views

Application Template

This document contains configuration settings for launching a Java application. It specifies the Java version, VM arguments, classpath entries, home and config directories, graphical user interface themes, maximum number of clients, session timeout settings, and other runtime options like debugging and permissions. The main class to launch is org.webswing.U2020StartUp and it will be run with specific arguments.

Uploaded by

fazado
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

{

"name": "${versionName}",
"icon": null,
"jreExecutable": "../../../../../rtsp/jre/bin/java",
"javaVersion": "${java.version}",
"vmArgs": "-Dnet.sf.ehcache.skipUpdateCheck=true -Dprocname=client
-Dwebswing.ddConstCacheSize=20000 -Dfile.encoding=UTF-8
-Dnet.sf.ehcache.skipUpdateCheck=true -Xverify:none -Dparsertype=2 -Xms128m
-Xmx600m -XX:+UseSerialGC -XX:MaxMetaspaceSize=600m
-XX:CompressedClassSpaceSize=300m -XX:MaxHeapFreeRatio=40 -XX:MinHeapFreeRatio=25
-XX:NewRatio=12 -XX:MaxNewSize=32m -DloadJarExtPaths=false -Dexsubsystem=cmdclient
-Dsun.java2d.noddraw=true -Dhelpapp=run_help.bat
-Djava.awt.printerjob=org.webswing.toolkit.WebPrinterJob -XX:
+CrashOnOutOfMemoryError -XX:+HeapDumpOnOutOfMemoryError -Dserialize=false
-DSingleFileChooserPath=true -DskipObjFileCheck=true
-Djava.library.path=../../cau/lib;./update/lib;../lib;../script/lib/core/itf;./lib/
dll -DExtesnionRigestry.debug=false -Dpatchtime=true
-DExtesionRegistry.cacheUse=true -Dscript.name=\"%~fp0\"
-DSpecification.Verify=true -Dtopo=ShowPhysicalTopo -DRemotePrint=true
-DisRemote=true -DuseFontConfig=true -XX:TieredStopAtLevel=1 -XX:CICompilerCount=2
-XX:-CICompilerCountPerCPU",
"classPathEntries": [
"../../client/client/startuploader.jar",
"../../webproxy/lib/webswing-app-launcher.jar"
],
"homeDir": "${homeDir}",
"configDir": "${configDir}",
"theme": "Murrine",
"fontConfig": {
},
"maxClients": 30,
"sessionMode": "CONTINUE_FOR_BROWSER",
"swingSessionTimeout": 600,
"allowStealSession": true,
"antiAliasText": true,
"authorization": false,
"isolatedFs": false,
"debug": false,
"authentication": false,
"directdraw": true,
"allowDelete": false,
"allowDownload": true,
"allowAutoDownload": false,
"allowUpload": true,
"uploadMaxSize": 5.0,
"transferDir": "${user.dir}/${user}/upload",
"allowJsLink": true,
"mainClass": "org.webswing.U2020StartUp",
"args": "${customArgs} -debuglevel 1 -showtrace false -enabledebug true
-tracefile DebugTrace.txt -hidetitlebar true -hidemenubar true -hidetoolbar false
-userSpecificTraceEnable true"
}

You might also like