diff options
| author | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-09-26 06:52:36 +0000 |
|---|---|---|
| committer | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-09-26 06:52:36 +0000 |
| commit | 214277dad6acdb804aa540599a864a943534436c (patch) | |
| tree | b746780db2abacca3996895c06b7e7ec8a27a0b2 /startYACY.bat | |
| parent | 7afa08420700520e2439114e57fae6caf380308f (diff) | |
- revert r5202
- cleanup
- installer checks for JRE 1.6 only
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5210 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.bat')
| -rw-r--r-- | startYACY.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/startYACY.bat b/startYACY.bat index 776ae42e2..c4eb3f32f 100644 --- a/startYACY.bat +++ b/startYACY.bat @@ -11,7 +11,6 @@ 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=
|
