On Tue, 5 Jan 1999 [EMAIL PROTECTED] wrote:

> Can anyone suggest a fix to my following problem:
> 
> I am running JBuilder Professional on Win NT4
> with JDK1.2 fcs. I have installed the JDK and the
> Java3D to the usual place (but on my D drive).
> 
> I can't get the demo programs to run, no matter
> what my CLASSPATH seems to be (even if not set).
> 
> The error is something like 
> java.lang.Object.NoClassDefinitionError when
> the main thread attempts to create the first class.


I did have the same problem when I installed jdk1.2 and j3d1.1. If you
execute one of the demo with -verbose option you'll find that it is
looking for your j3d classes in your jre path, so the solution is to copy
the following files to the jre directory (in most cases it's c:\program
file\JavaSoft\Jre\1.2)

        <jdk installdir>\jre\bin\J3D.dll
        <jdk installdir>\jre\bin\j3daudio.dll
        <jdk installdir>\jre\lib\ext\vecmath.jar
        <jdk installdir>\jre\lib\ext\j3dcore.jar
        <jdk installdir>\jre\lib\ext\j3daudio.jar
        <jdk installdir>\jre\lib\ext\j3dutils.jar


rOnn c.

=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/

Reply via email to