[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to use this open source???
AHussnain@intechww.com wrote:
>
> 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
Sure,
The error below is the ant tool can't find your compiler. It says in the
stack trace doClassicCompile but 1.3 is modern in ant's terms.
In the ant file is a line like the following:
<property name="build.compiler" value="classic"/>
Changing classic to modern in all the build.xml files should do the
trick. If that doesn't work you can try to comment the line out.
Eric
>
> > 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