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

Re: how to use this open source???




Hi Asim 

maybe build.bat is failing because 
you are missing some environment variables in NT?
Try to adapt this script to your system to launch build.bat:

set 
path=%path%;C:\Ozone-1.0\bin;C:\Programs\jdk1_3;C:\Programs\jdk1_3\bin;C
:\Programs\jdk1_3\jre\bin

set classpath=%classpath%;C:\Ozone-1.0;.\;

set JAVA_HOME=C:\Programs\jdk1_3\
set OZONE_HOME=C:\Ozone-1.0
set OZONE_JVM=C:\Programs\jdk1_3\jre\bin
set OZONE_JAVAC=C:\Programs\jdk1_3\bin
pause
build.bat
pause


regards

Giovanni


-----Original Message-----
From: AHussnain@intechww.com
To: ozone-users@ozone-db.org
Date: Thu, 21 Jun 2001 18:10:15 +0500
Subject: how to use this open source???

>  Hiz,
> > I'm working on odbms (using NT workstation 4) and I found Ozone
> relly
> impressive (while I was
> > reading about it). When I tried to use it... its really tough and
> I'm yet
> > not through.... Anyways .. what I want to ask is  that can I have
> API
> > (bundled .jars - compiled and debugged) instead of having open
> source.
> > I'm having a lot of difficulties 'coz no extensions are there for
> make
> file
> > or not description is there that how make can be used to compile
> most of
> > server components...while trying to use OPP..(compiling it using
> javac)
> My
> > javac (1.3) gives me a 100 errors.. and all they report about
> unresolved
> > symbols like org.xml etc...
> > Can  somebody else plz help
> 
> > I used build.bat but it gives me something like this
> >
> > //--------------------------------START OF OUTPUT
> > Buildfile: build.xml
> > Project base dir set to: E:\Search-n-Research\RnD\ozone-1.0
> > Executing Target: init
> > Executing Target: prepare
> > Executing Target: DxLib
> > Compiling 63 source files to E:\Search-n-Research\RnD\ozone-1.0
> > Exception in thread "main" java.lang.NoClassDefFoundError:
> > sun/tools/javac/Main
> >         at
> >
> org.apache.tools.ant.taskdefs.Javac.doClassicCompile(Javac.java:421)
> >         at
> org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:218)
> >         at org.apache.tools.ant.Target.execute(Target.java:120)
> >         at org.apache.tools.ant.Project.runTarget(Project.java:658)
> >         at
> org.apache.tools.ant.Project.executeTarget(Project.java:407)
> >         at org.apache.tools.ant.Main.runBuild(Main.java:240)
> >         at org.apache.tools.ant.Main.main(Main.java:191)
> > //------------------------------END OF OUTPUT
> I've tried removing 'Classic' option from build.xml - it helps and
> more
> exceptions appear.
> 
> Thanking u all in advance
> 
> Asim Hussnain
> 
>