2011-12-28 08:51:36 -05:00
|
|
|
# FileBot launch4j runtime config
|
|
|
|
-Dapplication.deployment=msi
|
|
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
|
|
|
|
2012-03-17 14:54:44 -04:00
|
|
|
# proxy settings
|
|
|
|
# -Dhttp.proxyHost=localhost
|
|
|
|
# -Dhttp.proxyPort=8888
|
2012-07-07 04:19:00 -04:00
|
|
|
|
2012-07-18 06:48:56 -04:00
|
|
|
# disable analytics
|
|
|
|
# -no-analytics
|
|
|
|
|
|
|
|
# use native shell for move/copy operations
|
2012-07-17 16:52:03 -04:00
|
|
|
-DuseNativeShell=true
|
|
|
|
|
2012-07-18 06:48:56 -04:00
|
|
|
# memory settings
|
|
|
|
-Xmx256m
|
|
|
|
|
2012-07-07 04:19:00 -04:00
|
|
|
# http connection timeouts
|
2012-08-18 23:01:38 -04:00
|
|
|
-Dsun.net.client.defaultConnectTimeout=10000
|
|
|
|
-Dsun.net.client.defaultReadTimeout=60000
|
2012-07-19 23:38:47 -04:00
|
|
|
|
|
|
|
# look for native libs here
|
|
|
|
-Djna.library.path="%EXEDIR%"
|
|
|
|
-Djava.library.path="%EXEDIR%"
|