Hi all,

i now found the problem with the startup error on my windows-system.
I don't know why, but you have to change something in the startup.bat file.

if anybody hasn't set the JAVACMD variable explicit to something like c:\programs\jdk1.3.1\bin\java
it is set in the script to just java without the whole path.


So there are to possibilities. First you can just set the java command with the whole path in the startup.bat file like in the example below
or you have to set a variable JAVACMD with the whole path to the java.exe:


E:\Programme\jdk1.3.1_01\bin\java -Xms16m -Xmx128m -Dxindice.home=%XINDICE_HOME% -classpath "%LOCALCLASSPATH%" -noverify org.apache.xindice.server.Xindice %XINDICE_HOME%\config\system.xml

Now it works but if anybody knows why !! i would like to know the answer.

Thanks for your help and the many comments to this topic.

Wolfgang

PS: I tested it on Windows 2000 and also on WIN98 with the jdk 1.3.1_01








Reply via email to