> Ive downloaded j3d RunTime and dk , but when i try and when i try to import
> it with JBuilder the red swirly line comes under it saying "package
> com.sun.j3d.utils does not exist , any ideas
Add the jar(s) as a "library", and add that to the project. These
operations can be done in one from the project properties dialog. You
also need to put the required DLL(s) in the project's home directory,
or set java.library.path on the runtime command line.