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

Re: Installation and Compilation



Peter Bals wrote:
> 
> Hello:
> 
> I just installed ozone1.0.1.  I am running jdk1.3.  I set OZONE_HOME
> following the installation instructions and trying to run build.bat.  The
> error I am getting is:
> 
> Executing Target: init
> Executing Target: prepare
> Executing Target: DxLib
> Compiling 63 source files to D:\Projects\glue\gtxrep\ozone-1.0.1
> javac: invalid flag: -sourcepath
> use: javac [-g][-O][-debug][-depend][-nowarn][-verbose][-classpath
> path][-nowrit
> e][-deprecation][-d dir][-J<runtime flag>] file.java...
> Executing Target: org.ozoneDB.tools
> 
> It seems that javac is getting the correct arguments.  Has anyone seen this?

No. -sourcepath is a standard option for javac in JDK1.3.
May you could try to execute "build.bat -verbose" for getting more
informations?

> 
> Also, I have been trying to run ozone using ozone.bat.  The error I am
> getting is that the class:
> 
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/ozoneDB/core/Server
> 
> Now, this class is not found in any jar in distribution.  I must be missing
> something fundamental.  Please, advice.

No, it's not in the shipped jars, but in the ozone.jar that would be
created by the
build script.
 
> Thank you so much.
> 
> -Peter