2011-12-28 08:51:36 -05:00
|
|
|
# FileBot launch4j runtime config
|
|
|
|
-Dapplication.deployment=msi
|
|
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
|
|
|
|
2012-11-15 05:25:55 -05:00
|
|
|
# network settings
|
|
|
|
-Djava.net.useSystemProxies=true
|
|
|
|
-Dsun.net.client.defaultConnectTimeout=10000
|
|
|
|
-Dsun.net.client.defaultReadTimeout=60000
|
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-10-23 15:05:55 -04:00
|
|
|
# use NTFS extended attributes for storing metadata
|
|
|
|
-DuseExtendedFileAttributes=true
|
|
|
|
|
2012-07-18 06:48:56 -04:00
|
|
|
# memory settings
|
|
|
|
-Xmx256m
|
|
|
|
|
2012-07-19 23:38:47 -04:00
|
|
|
# look for native libs here
|
|
|
|
-Djna.library.path="%EXEDIR%"
|
|
|
|
-Djava.library.path="%EXEDIR%"
|