Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

package com.sun.j3d.utils.applet does not exist

843799Jan 7 2002 — edited Jan 22 2002
Hi y'all!

I'm new to Java3D (and Java really) but I need to do a project using it. However, I'm not sure if I'll installed it right since, when I try to compile one of the sample programs, it comes up numerous errors, including:

HelloJava3Da.java:35: package com.sun.j3d.utils.applet does not exist
HelloJava3Da.java:36: package com.sun.j3d.utils.universe does not exist
HelloJava3Da.java:37: package com.sun.j3d.utils.geometry does not exist
etc...

which presumably means that the compiler cannot find the necessary utility classes. Maybe I'm just being dumb but I can't figure out what's wrong! Any ideas...

Cheers J
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2002
Added on Jan 7 2002
5 comments
1,090 views