summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/resources/scripts
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:17:02 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:17:02 +0000
commitaaa4d7a984620c40af978e6770969566abda7ea4 (patch)
tree701aeb77ac53ba833cc4d31d34e537dd2e56c400 /pdf-over-gui/src/main/resources/scripts
parentc9d14a5ffca9a70b302d247207377b4145998c7d (diff)
downloadpdf-over-aaa4d7a984620c40af978e6770969566abda7ea4.tar.gz
pdf-over-aaa4d7a984620c40af978e6770969566abda7ea4.tar.bz2
pdf-over-aaa4d7a984620c40af978e6770969566abda7ea4.zip
Use java exec to start
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@236 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_win.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat b/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat
index 3b57cd06..ec3a050b 100644
--- a/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat
+++ b/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat
@@ -1 +1 @@
-@start /b ..\lib\pdf-over-gui-4.0.0-SNAPSHOT.jar %* \ No newline at end of file
+@start /b java -cp "lib/*" at.asit.pdfover.gui.Main %* \ No newline at end of file