2011-12-28 08:51:36 -05:00
|
|
|
# FileBot launch4j runtime config
|
|
|
|
-Dapplication.deployment=portable
|
|
|
|
-Dapplication.dir="%EXEDIR%"
|
|
|
|
-Duser.home="%EXEDIR%"
|
|
|
|
|
|
|
|
# memory settings
|
|
|
|
-Xmx256m
|
|
|
|
|
2012-03-17 14:54:44 -04:00
|
|
|
# proxy settings
|
|
|
|
# -Dhttp.proxyHost=localhost
|
|
|
|
# -Dhttp.proxyPort=8888
|
|
|
|
|
2012-07-07 04:19:00 -04:00
|
|
|
# http connection timeouts
|
|
|
|
-Dsun.net.client.defaultConnectTimeout=5000
|
|
|
|
-Dsun.net.client.defaultReadTimeout=25000
|
|
|
|
|
2012-07-15 21:16:33 -04:00
|
|
|
# put all temporary files here
|
|
|
|
-Djava.io.tmpdir="%EXEDIR%/temp"
|
|
|
|
|
2012-07-07 04:19:00 -04:00
|
|
|
# look for native libs here
|
|
|
|
-Djna.library.path="%EXEDIR%"
|
|
|
|
-Djava.library.path="%EXEDIR%"
|
|
|
|
|
2011-12-28 08:51:36 -05:00
|
|
|
# store preferences to text file
|
|
|
|
-Djava.util.prefs.PreferencesFactory=net.sourceforge.tuned.prefs.FilePreferencesFactory
|
|
|
|
-Dnet.sourceforge.tuned.prefs.file=prefs.properties
|