diff options
author | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2012-11-08 17:18:26 +0100 |
---|---|---|
committer | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2012-11-08 17:18:26 +0100 |
commit | 4626780495948c96a1aa343c46c062c1635c33ef (patch) | |
tree | 7a86697ea954183196ea91f383ddf1a50c9b2875 /trunk/pdf-over-gui | |
parent | 216181106e8d72b24d7d54edd1b15789d376a16d (diff) | |
download | pdf-over-4626780495948c96a1aa343c46c062c1635c33ef.tar.gz pdf-over-4626780495948c96a1aa343c46c062c1635c33ef.tar.bz2 pdf-over-4626780495948c96a1aa343c46c062c1635c33ef.zip |
directly load jar in windows
Diffstat (limited to 'trunk/pdf-over-gui')
-rw-r--r-- | trunk/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat | 2 |
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 |