diff options
| author | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-09-23 18:10:50 +0000 |
|---|---|---|
| committer | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-09-23 18:10:50 +0000 |
| commit | e50934bbd9d70ba092c041714d7b67ade3423ada (patch) | |
| tree | 300c03a93800e5c4df7d3a4c4de293b760b5c49a /startYACY.bat | |
| parent | 0a0cc3bf67a177861612077872e3800da9022a4d (diff) | |
try to fix tray on vista 64bit
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5202 6c8d7289-2bf4-0310-a012-ef5d649a1542
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=
|
