summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kellner <tobias.kellner@iaik.tugraz.at>2012-11-08 17:18:26 +0100
committerTobias Kellner <tobias.kellner@iaik.tugraz.at>2012-11-08 17:18:26 +0100
commit4626780495948c96a1aa343c46c062c1635c33ef (patch)
tree7a86697ea954183196ea91f383ddf1a50c9b2875
parent216181106e8d72b24d7d54edd1b15789d376a16d (diff)
downloadpdf-over-4626780495948c96a1aa343c46c062c1635c33ef.tar.gz
pdf-over-4626780495948c96a1aa343c46c062c1635c33ef.tar.bz2
pdf-over-4626780495948c96a1aa343c46c062c1635c33ef.zip
directly load jar in windows
-rw-r--r--trunk/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat b/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat
index ec3a050b..7292e68b 100644
--- a/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat
+++ b/trunk/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat
@@ -1 +1 @@
-@start /b java -cp "lib/*" at.asit.pdfover.gui.Main %* \ No newline at end of file
+@start /b java -jar ..\lib\pdf-over-gui-4.0.0-SNAPSHOT.jar %* \ No newline at end of file