Eclipse and Java3D

I tried their mailing list and it was not good.

has anyone hacked these two to work together and or is it possible at all? I’m having troube it to compile java3d libraries.

Damnit, I just swiched from Jcreator and thought that I had found good ide.

Well compiling, I have no idea, sorry.

But completed Jars should be easy as pie to add

I know it would suck to switch again but NetBeans has this: http://java3d.netbeans.org/ . I personally haven’t use it so it may suck. I dunno.

[quote]Well compiling, I have no idea, sorry.

But completed Jars should be easy as pie to add
[/quote]
Well they are “easy as pie to add”, but what the hell am I supposed to add with J3d? I have added about anything I can, without any good results. Goddamn it.

I the problem is that it doesn’t even add.

So is this a classpath problem or what?

Whoa take it easy.

You install the SDK and it will install 4 jars in the VM’s lib/ext/ directory.
Just include these in your projects build path

(right click project / properties / java build path
Select the tab : libraries

Then click add external jars and you just browse to the given directory and add them one by one

sorry for being retarded.

Now nobody said anything about retardation ;D

BTW, this is where my knowledge of Java 3d ends im afraid :stuck_out_tongue:

I take it you got it to work?