2013-03-14 17:32:38 -04:00
|
|
|
# FileBot launch4j runtime config
|
|
|
|
-Dapplication.dir="%APPDATA%\FileBot"
|
2016-11-07 02:04:31 -05:00
|
|
|
-Dapplication.deployment=msi
|
2013-03-14 17:32:38 -04:00
|
|
|
|
2013-11-22 03:28:17 -05:00
|
|
|
# put all temporary files here
|
2016-11-05 13:17:58 -04:00
|
|
|
-Djava.io.tmpdir="%APPDATA%\FileBot\tmp"
|
2013-11-22 03:28:17 -05:00
|
|
|
|
2013-03-14 17:32:38 -04:00
|
|
|
# network settings
|
|
|
|
-Djava.net.useSystemProxies=true
|
|
|
|
|
2016-11-05 13:17:58 -04:00
|
|
|
# use Java API move/copy operations
|
|
|
|
-DuseNativeShell=false
|
|
|
|
|
2013-03-14 17:32:38 -04:00
|
|
|
# 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
|
|
|
|
2016-11-05 13:17:58 -04:00
|
|
|
# look for executables in the application folder
|
|
|
|
-Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\fpcalc.exe"
|
|
|
|
|
|
|
|
# look for native libraries in the application folder
|
2013-03-14 17:32:38 -04:00
|
|
|
-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
|
|
|
|
2016-11-07 02:04:31 -05:00
|
|
|
# make sure to use the bundled JNA library
|
|
|
|
-Djna.nosys=true
|
|
|
|
-Djna.nounpack=true
|
|
|
|
|
2016-11-05 13:17:58 -04:00
|
|
|
# reduce default logging
|
|
|
|
-Djava.util.logging.config.file="%EXEDIR%\logging.properties"
|
2017-03-07 12:20:16 -05:00
|
|
|
|
|
|
|
# support JAVA_OPTS environment variable
|
|
|
|
%JAVA_OPTS%
|