I am compiling a java project with Eclipse, and i get tons of errors.
The first one i wanted ot fix was regarding the
import javax.media.j3d line...
what could be wrong, I ahve installed about every package i could
find!?!?!
the exact error msg is :
Description: The import javax.media cannot be resolved
ressource: AnchorNodeObject.java
thanks Louis
Andre Bialojahn - 09 Apr 2004 03:07 GMT
> [Libraries can not be found]
> the exact error msg is :
> Description: The import javax.media cannot be resolved
> ressource: AnchorNodeObject.java
This combination is running perfectly for me.
Do you have the j3d-jars in the appropriate J2SDK-directories?
Do you have added the jars in question to eclipse's classpaths?
(Not just for the current class, but also for the workspace /
project.)
Please have a quick look at these and - if still in trouble - please
get back.
André
Rit Shreiner - 13 Apr 2004 22:07 GMT
> I am compiling a java project with Eclipse, and i get tons of errors.
> The first one i wanted ot fix was regarding the
[quoted text clipped - 5 lines]
> Description: The import javax.media cannot be resolved
> ressource: AnchorNodeObject.java
I'm assuming you installed Java3D into your SDK directory.
Chances are Eclipse isn't using the correct JRE to run your program.
Make sure your system JRE is pointing to your SDK directory, not
another JRE. IIRC, the menu is Windows/Preferences/Java and then
something with Installed JREs or similar.