summaryrefslogtreecommitdiff
path: root/startYACY.bat
diff options
context:
space:
mode:
authortheli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-06-10 06:18:55 +0000
committertheli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-06-10 06:18:55 +0000
commit9e4bcc828d4076c6fcc5897b49fb079d70a6e8d1 (patch)
tree18f0a485a01a79327a683f5db30c7a4efc1b70e8 /startYACY.bat
parente88951166b1921066931a567e13f804b4157a86c (diff)
*) solving problems with wrong classpath
see: http://www.yacy-forum.de/viewtopic.php?p=4045 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@264 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.bat')
-rw-r--r--startYACY.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/startYACY.bat b/startYACY.bat
index 05656a290..828857f9b 100644
--- a/startYACY.bat
+++ b/startYACY.bat
@@ -2,7 +2,7 @@
If %1.==CPGEN. GoTo :CPGEN
Rem Generating the proper classpath unsing loops and labels
-Set CLASSPATH=classes
+Set CLASSPATH=classes;htroot
For %%X in (lib/*.jar) Do Call %0 CPGEN lib\%%X
For %%X in (libx/*.jar) Do Call %0 CPGEN libx\%%X