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

make linux run script a bit more fancy by respecting JAVA_HOME

parent 380f696d
No related branches found
No related tags found
No related merge requests found
Pipeline #12243 passed
#!/bin/bash #!/bin/bash
if [[ -z $JAVA_HOME ]]; then
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
else
$JAVA_HOME/bin/java -cp lib/corpus-services.jar:lib/corpus-service-gui-1.0-SNAPSHOT-bundle.jar de.uni_hamburg.corpora.gui.GUIApp
fi
\ 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