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

ozone-0.6 NT installation




Hello ... I downloaded and compiled 0.6
on NT .... seems fine.

but when you call ozoneInst.bat , this calls ozoneEnv to set the 
OZONE_CLASSPATH , by this a 5 lines long classpath is 
generated and when java is called

java -classpath " ............................." org.ozoneDB.tools.Install 
-dH:\pathToDB\

the java complains about wrong syntax and gives the Usage 
message ( what you get by java -help )

I simply did 

java org.ozoneDB.tools.Install -dH:\path\

and the DB was initiallised

but the same thing happend when i called opp 

and then when i did
java org.ozoneDB.tools.OPP.OPP CarImpl

H:\ozone-0.6\doc\tutorial>java org.ozoneDB.tools.OPP.OPP 
CarImpl
CarImpl:
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/regexp/RE
        at 
org.ozoneDB.tools.OPP.OPPHelper.newRE(OPPHelper.java, 
Compiled Code)
        at 
org.ozoneDB.tools.OPP.ProxyGenerator.<init>(ProxyGenerator.java
:64)
        at org.ozoneDB.tools.OPP.OPP.makeProxy(OPP.java:160)
        at org.ozoneDB.tools.OPP.OPP.makeProxies(OPP.java, 
Compiled Code)
        at org.ozoneDB.tools.OPP.OPP.main(OPP.java, Compiled 
Code)

anybody understands whts going on ????