2011-12-28 13:51:36 +00:00
|
|
|
# FileBot launch4j runtime config
|
|
|
|
-Dapplication.deployment=msi
|
|
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
|
|
|
|
2012-11-15 10:25:55 +00:00
|
|
|
# network settings
|
|
|
|
-Djava.net.useSystemProxies=true
|
|
|
|
-Dsun.net.client.defaultConnectTimeout=10000
|
|
|
|
-Dsun.net.client.defaultReadTimeout=60000
|
2012-07-07 08:19:00 +00:00
|
|
|
|
2012-07-18 10:48:56 +00:00
|
|
|
# disable analytics
|
2013-02-03 10:15:36 +00:00
|
|
|
# -Dapplication.analytics=false
|
2012-07-18 10:48:56 +00:00
|
|
|
|
|
|
|
# use native shell for move/copy operations
|
2012-07-17 20:52:03 +00:00
|
|
|
-DuseNativeShell=true
|
|
|
|
|
2012-10-23 19:05:55 +00:00
|
|
|
# use NTFS extended attributes for storing metadata
|
|
|
|
-DuseExtendedFileAttributes=true
|
|
|
|
|
2012-07-18 10:48:56 +00:00
|
|
|
# memory settings
|
|
|
|
-Xmx256m
|
|
|
|
|
2012-07-20 03:38:47 +00:00
|
|
|
# look for native libs here
|
|
|
|
-Djna.library.path="%EXEDIR%"
|
|
|
|
-Djava.library.path="%EXEDIR%"
|