[OdeJava] Get Mass of Body-Object

Hi,

is there a possibility to get the mass of a Body-Object. There is no getMass()-method. – Why?

Bye
Ramona

Body.getMass() :slight_smile:

I apologise that this method is not in the online javadoc’s, they need to be rebuilt.

Cheers,

Will.

First I expected too, that this method is only missed in the javadoc’s. But I cannot compile the body.getMass(). I get the following error message:

     The method getMass() is undefined for the type Body

I work with the windows ODEjava version from 30.10.2004. Maybe the method is missed in the jar-file, too?

use the latest cvs - it’s always best to use the latest version, because most bugs are fixed then.

I use the latest downloadable Odejava build (30.10.2004).

I tried to use the cvs code. But I have problems to build Odejava. Maybe someone can give me a newer build. I haven’t so much time to try.

Maybe a newer version should be put on the website. The last downloadable version is nearly one year old. So I think it’s time, isn’t it?

Bye
Ramona

just don’t compile the XODE classes - it should work then. You don’t need that stuff do you? Or you’ll have to install also the xml library XODE uses, I believe.

Fair call. I’ll release a new build, and update javadocs.

Will.