2011-12-28 08:51:36 -05:00
|
|
|
# FileBot launch4j runtime config
|
|
|
|
-Dapplication.deployment=msi
|
|
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
|
|
|
|
2013-02-07 03:34:08 -05:00
|
|
|
# FileBot feature settings
|
|
|
|
-Dapplication.warmup=true
|
|
|
|
-Dapplication.analytics=true
|
|
|
|
|
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
|
|
|
# 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-19 23:38:47 -04:00
|
|
|
# look for native libs here
|
|
|
|
-Djna.library.path="%EXEDIR%"
|
|
|
|
-Djava.library.path="%EXEDIR%"
|