Re: [JAVA3D] Problem with code

2005-04-26 Thread Daniel Freeman
Here is a link to the tutorial on Suns site.   http://java.sun.com/developer/onlineTraining/java3d/   And here is the code from one of their examples   I hope it helps   import java.applet.Applet;import java.awt.BorderLayout;import java.awt.event.*;import java.awt.GraphicsConfiguration;impor

Re: [JAVA3D] Problem with code

2003-10-21 Thread Arturo Rios
Thanks!Yahoo! Mail - o melhor webmail do Brasil. Saiba mais! === 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 PROTECTE

Re: [JAVA3D] Problem with code

2003-10-21 Thread Mojtaba
you need to set your classpath to include Java3D .jar libraries. Try something like: set classpath=.;c:dev\jdk1.3\jre\lib\ext\j3daudio.jar;c:dev\jdk1.3\jre\lib\ext\j3dcore.jar;c:dev\jdk1.3\jre\lib\ext\j3dutils.jar;; Assuming java3D is installed in c:\dev\jdk1.3

Re: [JAVA3D] Problem with code

2003-10-21 Thread Arturo Rios
I was clear, the 3D commands can't be compiled. Yahoo! Mail - o melhor webmail do Brasil. Saiba mais! === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For ge

Re: [JAVA3D] Problem with code

2003-10-21 Thread Michael Pfeiffer
Do you expect to find clairvoyantes here? You should give a LITTLE bit more information than only "can't compile my code". On Tue, 21 Oct 2003 10:20:28 -0300, Arturo Rios <[EMAIL PROTECTED]> wrote: I'm Arturo and i´m a begginer with java 3D, I want to know why i can't compile my code. I'm using JDK