2011-12-19 11:38:54 +00:00
|
|
|
# FileBot launch4j runtime config
|
|
|
|
-Dapplication.deployment=msi
|
2011-12-28 13:51:36 +00:00
|
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
2011-12-19 11:38:54 +00:00
|
|
|
|
2012-07-04 10:22:41 +00:00
|
|
|
# FileBot system properties
|
|
|
|
-DthreadPool=8
|
|
|
|
-Dunixfs=false
|
|
|
|
|
2012-07-18 10:48:56 +00:00
|
|
|
# proxy settings
|
|
|
|
# -Dhttp.proxyHost=localhost
|
|
|
|
# -Dhttp.proxyPort=8888
|
|
|
|
|
|
|
|
# disable analytics
|
|
|
|
# -no-analytics
|
2012-07-07 08:19:00 +00:00
|
|
|
|
2012-07-17 20:52:03 +00:00
|
|
|
# do not use native shell for move/copy operations
|
|
|
|
-DuseNativeShell=false
|
|
|
|
|
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
|
|
|
|
-Xms64m
|
|
|
|
-Xmx512m
|
2012-07-04 10:22:41 +00:00
|
|
|
|
2012-07-07 08:19:00 +00:00
|
|
|
# http connection timeouts
|
2012-08-19 03:01:38 +00:00
|
|
|
-Dsun.net.client.defaultConnectTimeout=10000
|
|
|
|
-Dsun.net.client.defaultReadTimeout=60000
|
2011-12-19 11:38:54 +00:00
|
|
|
|
2012-07-20 03:38:47 +00:00
|
|
|
# look for native libs here
|
|
|
|
-Djna.library.path="%EXEDIR%"
|
|
|
|
-Djava.library.path="%EXEDIR%"
|
|
|
|
|
2011-12-19 11:38:54 +00:00
|
|
|
# force english locale
|
2011-12-28 13:51:36 +00:00
|
|
|
-Dfile.encoding=UTF-8
|
2011-12-19 11:38:54 +00:00
|
|
|
-Duser.country=US
|
|
|
|
-Duser.country.format=US
|
|
|
|
-Duser.language=en
|
|
|
|
-Duser.language.format=en
|
|
|
|
|
2012-06-07 09:35:43 +00:00
|
|
|
# disable HW acceleration
|
|
|
|
-Dsun.java2d.d3d=false
|
|
|
|
|
2011-12-19 11:38:54 +00:00
|
|
|
# force platform L&F
|
|
|
|
-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
|