[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NT Install



I've got it to compile on NT, and have a running server.

The problem is can be fixed in ojvm.bat

where we have java -classpath %OZONE_CLASSPATH%;CLASSPATH% %1 %2 ...

it should be changed to :-

java -classpath "%OZONE_CLASSPATH%;CLASSPATH%" %1 %2 ...

The quotes are necessary because without them, java.exe falls over when it encouters the
whitespace
in "C:\PROGRAM FILES"

Now I'll see how many of the sample clients I can get to work...

Regards,

   Graham Innocent, DecisionSoft Ltd.