Skip to content
Snippets Groups Projects
Commit fb29bec5 authored by Lange, Dr. Herbert's avatar Lange, Dr. Herbert
Browse files

updated windows run script to respect JAVA_HOME if set

parent 03329da8
No related branches found
No related tags found
No related merge requests found
@echo off
if defined JAVA_HOME goto :javahome
java -cp lib\corpus-services.jar;lib\corpus-service-gui-1.0-SNAPSHOT-bundle.jar de.uni_hamburg.corpora.gui.GUIApp java -cp lib\corpus-services.jar;lib\corpus-service-gui-1.0-SNAPSHOT-bundle.jar de.uni_hamburg.corpora.gui.GUIApp
goto :end
:javahome
%JAVA_HOME%\bin\java -cp lib\corpus-services.jar;lib\corpus-service-gui-1.0-SNAPSHOT-bundle.jar de.uni_hamburg.corpora.gui.GUIApp
:end
pause
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment