I found the demo programs which came with the SDK installation. When I
tried to compiled the code in PickTest/, I got:
eggshell:/home/mona/project/java/3d/Sun/demos/PickTest) javac -classpath .
*.java
IntersectInfoBehavior.java:36: Package com.sun.j3d.utils.picking not found in
import.
import com.sun.j3d.utils.picking.*;
^
IntersectTest.java:40: Class com.sun.j3d.utils.picking.PickTool not found in
import.
import com.sun.j3d.utils.picking.PickTool;
^
PickTest.java:31: Package com.sun.j3d.utils.picking.behaviors not found in
import.
import com.sun.j3d.utils.picking.behaviors.*;
^
PickTest.java:32: Package com.sun.j3d.utils.picking not found in import.
import com.sun.j3d.utils.picking.*;
^
4 errors
Where can I find this com.sun.j3d.utils.picking package?
Thanks,
Mona
==================================================================
Mona Wong
National Center for Microscopy and Imaging Research
University of California, San Diego
http://ncmir.ucsd.edu/
"The truth shall set you free, but first it will piss you off"
A Landmark instructor
==================================================================
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".