You're right, I have't seen that. Florin
-----Ursprüngliche Nachricht----- Von: Jacky Rymasz [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 28. Januar 2003 10:14 An: [EMAIL PROTECTED] Betreff: [JAVA3D] Réf. : [JAVA3D] installing java3d 1.3 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". ==========================================================================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".