From c80632d55f4659eff5ae5d26112abcc4a243db11 Mon Sep 17 00:00:00 2001 From: "Lange, Dr. Herbert" <herbert.lange@uni-hamburg.de> Date: Tue, 2 Aug 2022 16:55:27 +0200 Subject: [PATCH] fix problems in run bat --- run-windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-windows.bat b/run-windows.bat index e7851ef..6248a25 100644 --- a/run-windows.bat +++ b/run-windows.bat @@ -1 +1 @@ -java -cp 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 -- GitLab