diff options
Diffstat (limited to 'startYACY.bat')
| -rw-r--r-- | startYACY.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/startYACY.bat b/startYACY.bat index c4eb3f32f..776ae42e2 100644 --- a/startYACY.bat +++ b/startYACY.bat @@ -11,6 +11,7 @@ Rem Generating the proper classpath unsing loops and labels 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
+For %%X in (libx/windows/*.jar) Do Call %0 CPGEN libx\windows\%%X
REM Please change the "javastart" settings in the web-interface "Basic Configuration" -> "Advanced"
set jmx=
|
