To import the full package you need to write: import javax.vecmath.*; If you need only a class from the package, write: import javax.vecmath.<Name of the class>;
In your code, you are trying to import a class named "vecmath" which
doesn't exist
Jack
D Snitch
<javaintoxication@Y Pour :
[EMAIL PROTECTED]
AHOO.COM> cc :
Envoy� par : Objet : [JAVA3D] installing java3d
1.3
Discussion list for
Java 3D API
<JAVA3D-INTEREST@JA
VA.SUN.COM>
28/01/03 09:58
Veuillez r�pondre �
Discussion list for
Java 3D API
Hi,
I'm very very beginner in java3D ,
ive downloaded java3d 1.3 SDK and install it on jdk1.3.1 but when i tried
to import
javax.vecmath this error was appeared :
test.java:1: cannot resolve symbol
symbol : class vecmath
location: package javax
import javax.vecmath;
^
1 error
what's the problem?
tnx
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
==========================================================================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".
