2011-12-28 13:51:36 +00:00
|
|
|
# FileBot launch4j runtime config
|
|
|
|
-Dapplication.deployment=portable
|
|
|
|
-Dapplication.dir="%EXEDIR%"
|
|
|
|
-Duser.home="%EXEDIR%"
|
|
|
|
|
|
|
|
# memory settings
|
|
|
|
-Xmx256m
|
|
|
|
|
|
|
|
# look for native libs here
|
|
|
|
-Djna.library.path="%EXEDIR%"
|
2012-03-10 10:47:39 +00:00
|
|
|
-Djava.library.path="%EXEDIR%"
|
2011-12-28 13:51:36 +00:00
|
|
|
|
2012-03-17 18:54:44 +00:00
|
|
|
# proxy settings
|
|
|
|
# -Dhttp.proxyHost=localhost
|
|
|
|
# -Dhttp.proxyPort=8888
|
|
|
|
|
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
|