Re: [JAVA3D] Installing OpenGL

1999-12-02 Thread Gary Moss
n 12/01/99 02:57:50 PM To: Gary Moss/arl@arl, [EMAIL PROTECTED], [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject: RE: [JAVA3D] Installing OpenGL Thank you all of the help I got. Everything works perfectly now. Sun should really note all of the additional configuration in the Java 3D installati

Re: [JAVA3D] Installing OpenGL

1999-12-01 Thread Ming Zhang
ilto:[EMAIL PROTECTED]] Sent: Wednesday, December 01, 1999 12:11 PM To: Ming Zhang Cc: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Installing OpenGL Ming, Make SURE that the folder that you installed 'java' in is FIRST in your search Path. In particular, it must precede the default

Re: [JAVA3D] Installing OpenGL

1999-12-01 Thread Gary Moss
m Variables' select 'Path' and set it to something like: D:\jdk1.3\bin;%SystemRoot%\system32;%SystemRoot% HTH, -Gary Ming Zhang <[EMAIL PROTECTED]> on 11/30/99 02:56:09 PM To: [EMAIL PROTECTED] cc: (bcc: Gary Moss/arl) Subject: [JAVA3D] Installing OpenGL I installed

Re: [JAVA3D] Installing OpenGL

1999-12-01 Thread Vladimir Olenin
To run the program as an applet u need two .dll in 'bin' dir and four .jar files in 'lib' directory of your PlugIn (that is jre/bin and jre/lib dirs). By default Java3D installation program writes .jar files into jre/lib/ext dir (which is actually the right thing to do, but due to bug in PlugIn, i

Re: [JAVA3D] Installing OpenGL

1999-11-30 Thread Dan Todor
Check for the .dll and .jar files bundled with Java 3D to be instelled also in the JRE instalation directory. In my case, I have the JDK installed in e:\JDK, and the JRE into c:\program files\javasoft . Until I have not copied these files into the JRE directory, nothing worked Ming Zhang wro

[JAVA3D] Installing OpenGL

1999-11-30 Thread Ming Zhang
I installed Java 1.2 and Java 3D on my WindowsNT 4.0 machine and I tried to run HelloUniverse example. I got the UnsatsifiedLinkError: no J3D in Java Library path. So I tried to download OpenGL from OpenGL website. However, I wasn't able to find the OpenGL for Java. WindowNT already has OpenGL bun