33 lines
648 B
INI
33 lines
648 B
INI
# FileBot launch4j runtime config
|
|
-Dapplication.deployment=msi
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
|
|
|
# FileBot system properties
|
|
-DthreadPool=8
|
|
-Dunixfs=false
|
|
|
|
# memory settings
|
|
-Xms64m
|
|
-Xmx512m
|
|
|
|
# proxy settings
|
|
# -Dhttp.proxyHost=localhost
|
|
# -Dhttp.proxyPort=8888
|
|
|
|
# http connection timeouts
|
|
-Dsun.net.client.defaultConnectTimeout=5000
|
|
-Dsun.net.client.defaultReadTimeout=25000
|
|
|
|
# force english locale
|
|
-Dfile.encoding=UTF-8
|
|
-Duser.country=US
|
|
-Duser.country.format=US
|
|
-Duser.language=en
|
|
-Duser.language.format=en
|
|
|
|
# disable HW acceleration
|
|
-Dsun.java2d.d3d=false
|
|
|
|
# force platform L&F
|
|
-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel
|