2011-12-28 13:51:36 +00:00
|
|
|
# FileBot launch4j runtime config
|
|
|
|
-Dapplication.deployment=portable
|
|
|
|
-Dapplication.dir="%EXEDIR%"
|
|
|
|
-Duser.home="%EXEDIR%"
|
|
|
|
|
2012-03-17 18:54:44 +00:00
|
|
|
# proxy settings
|
|
|
|
# -Dhttp.proxyHost=localhost
|
|
|
|
# -Dhttp.proxyPort=8888
|
|
|
|
|
2012-07-18 10:48:56 +00:00
|
|
|
# disable analytics
|
|
|
|
# -no-analytics
|
|
|
|
|
|
|
|
# use native shell for move/copy operations
|
2012-07-17 20:52:03 +00:00
|
|
|
-DuseNativeShell=true
|
|
|
|
|
2012-07-18 10:48:56 +00:00
|
|
|
# memory settings
|
|
|
|
-Xmx256m
|
|
|
|
|
2012-07-07 08:19:00 +00:00
|
|
|
# http connection timeouts
|
2012-08-19 03:01:38 +00:00
|
|
|
-Dsun.net.client.defaultConnectTimeout=10000
|
|
|
|
-Dsun.net.client.defaultReadTimeout=60000
|
2012-07-07 08:19:00 +00:00
|
|
|
|
2012-07-16 01:16:33 +00:00
|
|
|
# put all temporary files here
|
2012-07-28 20:55:20 +00:00
|
|
|
-Djava.io.tmpdir="%EXEDIR%/temp"
|
2012-07-16 01:16:33 +00:00
|
|
|
|
2012-07-07 08:19:00 +00:00
|
|
|
# look for native libs here
|
|
|
|
-Djna.library.path="%EXEDIR%"
|
|
|
|
-Djava.library.path="%EXEDIR%"
|
|
|
|
|
2011-12-28 13:51:36 +00:00
|
|
|
# store preferences to text file
|
|
|
|
-Djava.util.prefs.PreferencesFactory=net.sourceforge.tuned.prefs.FilePreferencesFactory
|
|
|
|
-Dnet.sourceforge.tuned.prefs.file=prefs.properties
|