Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
corpus-services-gui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lange, Dr. Herbert
corpus-services-gui
Commits
c87a7e7d
Commit
c87a7e7d
authored
2 years ago
by
Lange, Dr. Herbert
Browse files
Options
Downloads
Patches
Plain Diff
update version in run script
parent
7d69b2ed
No related branches found
No related tags found
No related merge requests found
Pipeline
#12460
passed
2 years ago
Stage: test
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
run-linux.sh
+2
-2
2 additions, 2 deletions
run-linux.sh
run-windows.bat
+2
-2
2 additions, 2 deletions
run-windows.bat
with
4 additions
and
4 deletions
run-linux.sh
+
2
−
2
View file @
c87a7e7d
#!/bin/bash
if
[[
-z
$JAVA_HOME
]]
;
then
java
-cp
lib/corpus-services.jar:lib/corpus-service-gui-0.0.
4
-bundle.jar de.uni_hamburg.corpora.gui.GUIApp
java
-cp
lib/corpus-services.jar:lib/corpus-service-gui-0.0.
5
-bundle.jar de.uni_hamburg.corpora.gui.GUIApp
else
$JAVA_HOME
/bin/java
-cp
lib/corpus-services.jar:lib/corpus-service-gui-0.0.
4
-bundle.jar de.uni_hamburg.corpora.gui.GUIApp
$JAVA_HOME
/bin/java
-cp
lib/corpus-services.jar:lib/corpus-service-gui-0.0.
5
-bundle.jar de.uni_hamburg.corpora.gui.GUIApp
fi
\ No newline at end of file
This diff is collapsed.
Click to expand it.
run-windows.bat
+
2
−
2
View file @
c87a7e7d
@echo
off
if
defined
JAVA_HOME
goto
:javahome
java
-cp
lib
\corpus
-services
.jar
;
lib
\corpus
-service-gui
-
0
.0.
4
-bundle
.jar
de
.uni_hamburg.corpora.gui.GUIApp
java
-cp
lib
\corpus
-services
.jar
;
lib
\corpus
-service-gui
-
0
.0.
5
-bundle
.jar
de
.uni_hamburg.corpora.gui.GUIApp
goto
:end
:javahome
REM remove potentially problematic quotation marks
set
JAVA_HOME
=
%JAVA
_HOME:
"=
%
"
%JAVA_HOME%
"\bin\java -cp lib\corpus-services.jar;lib\corpus-service-gui-0.0.
4
-bundle.jar de.uni_hamburg.corpora.gui.GUIApp
"
%JAVA_HOME%
"\bin\java -cp lib\corpus-services.jar;lib\corpus-service-gui-0.0.
5
-bundle.jar de.uni_hamburg.corpora.gui.GUIApp
:end
pause
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment