2013-03-14 17:32:38 -04:00
|
|
|
# FileBot launch4j runtime config
|
|
|
|
-Dapplication.deployment=msi
|
|
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
|
|
|
|
2013-11-22 03:28:17 -05:00
|
|
|
# put all temporary files here
|
|
|
|
-Djava.io.tmpdir="%APPDATA%\FileBot\temp"
|
|
|
|
|
2013-03-14 17:32:38 -04:00
|
|
|
# network settings
|
|
|
|
-Djava.net.useSystemProxies=true
|
|
|
|
-Dsun.net.client.defaultConnectTimeout=10000
|
|
|
|
-Dsun.net.client.defaultReadTimeout=60000
|
|
|
|
|
|
|
|
# use NTFS extended attributes for storing metadata
|
|
|
|
-DuseExtendedFileAttributes=true
|
2014-04-06 01:35:53 -04:00
|
|
|
-DuseCreationDate=false
|
2013-03-14 17:32:38 -04:00
|
|
|
|
|
|
|
# look for native libs here
|
|
|
|
-Djna.library.path="%EXEDIR%"
|
2013-11-24 02:44:48 -05:00
|
|
|
-Djna.boot.library.path="%EXEDIR%"
|
2013-03-14 17:32:38 -04:00
|
|
|
-Djava.library.path="%EXEDIR%"
|
2013-10-09 02:31:05 -04:00
|
|
|
|
|
|
|
# look for fpcalc here
|
2014-04-19 02:33:08 -04:00
|
|
|
-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe"
|
2014-03-19 15:02:44 -04:00
|
|
|
|
|
|
|
# boost application startup speed
|
|
|
|
-XX:+TieredCompilation
|