diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:14:54 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:14:54 +0000 |
commit | d8f1e6183bf5af499bf733033be7b5a2dd997a7e (patch) | |
tree | 39c23a293f8ce41c88e17a17568d0e438b6511d2 /pdf-over-gui/src/main/resources/scripts | |
parent | b37e66c8906d2edb0b457505e4122f62ad681791 (diff) | |
download | pdf-over-d8f1e6183bf5af499bf733033be7b5a2dd997a7e.tar.gz pdf-over-d8f1e6183bf5af499bf733033be7b5a2dd997a7e.tar.bz2 pdf-over-d8f1e6183bf5af499bf733033be7b5a2dd997a7e.zip |
-XstartOnFirstThread
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@220 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/resources/scripts')
-rw-r--r-- | pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh b/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh index b785db7c..a6931703 100644 --- a/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh +++ b/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh @@ -1,2 +1,2 @@ #!/bin/sh -java -cp "lib/*" at.asit.pdfover.gui.Main
\ No newline at end of file +java -XstartOnFirstThread -cp "lib/*" at.asit.pdfover.gui.Main
\ No newline at end of file |