diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-06-10 06:18:55 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-06-10 06:18:55 +0000 |
| commit | 9e4bcc828d4076c6fcc5897b49fb079d70a6e8d1 (patch) | |
| tree | 18f0a485a01a79327a683f5db30c7a4efc1b70e8 /stopYACY.bat | |
| parent | e88951166b1921066931a567e13f804b4157a86c (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 'stopYACY.bat')
| -rw-r--r-- | stopYACY.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stopYACY.bat b/stopYACY.bat index 1f5f287a1..72a636bee 100644 --- a/stopYACY.bat +++ b/stopYACY.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
|
