Hi,
i’m having some trouble “getting off my feet” with odejava. maybe some of you have an advice.
i checked out the CVS version of ODEJava and tried to compile it with ant. this failed miserably
first thing i had to change in the build.xml file was the two parts where “source=1.4” was specified. since the code was apparently using java1.5+ features that was the only way to make ant to consider to compile the project. when it did, more compile errors came up.
Next thing i had to change in build.xml was the reference to the library vecmath.jar which seems to have been replaced with openmali.jar. with this changes some more compile errors were gone.
but now i’m stuck with compile errors where classes reference objects from the package “org.odejava.ode” (for example the class dMass). This whole package is missing from my CVS checkout. At least it’s not available as java source files. Maybe it’s another library i’m missing, but so far i wasn’t able to find out which library is missing (if any).
Any advice on where i can find the classes in “org.odejava.ode” ?
best regards
Max