Paul,

I understand your frustration with the J3D classpath being unresolved.
(i.e. the applets cannot find the necessary classes).  I am very new to the
'JAVA' arena, and have also found some of SUN's Extension settings rather
frustrating, but I'm sure this will be resolved in the future.
For the time being you should be able to get the J3D applets running by
manually setting the CLASSPATH to where the J3D jar files are.  (I have
tried some of the options mentioned in the documentation and on this site -
e.g. copying the jar files from /lib/ext/ to /lib/ etc, but to no avail).
I have added the following lines to my environment to resolve the problem (I
used the default installation path for JRE2 & J3D):

rem j3d  these following classpaths should not be set if the JRE classloader
works correctly
set CLASSPATH=C:\Program
Files\JavaSoft\JRE\1.2\lib\ext\j3daudio.jar;%CLASSPATH%
set CLASSPATH=C:\Program
Files\JavaSoft\JRE\1.2\lib\ext\j3dcore.jar;%CLASSPATH%
set CLASSPATH=C:\Program
Files\JavaSoft\JRE\1.2\lib\ext\j3dutils.jar;%CLASSPATH%
set CLASSPATH=C:\Program
Files\JavaSoft\JRE\1.2\lib\ext\vecmath.jar;%CLASSPATH%

(While this should get you up and running, it is not sufficient for remote
access to applets.  I imagine SUN will correct this fairly quickly).

Regards,

Andy Phelps
[EMAIL PROTECTED]

---------------------------
I have a J3D application at:
http://www.wsatkins.co.uk/asas-aqwa/download/aqwa_sequence_java_download.htm
It has only been tested on WIN32 machines - so if anyone tries on another
platform let me know that it works.  Thanks.
---------------------------

-----Original Message-----
From:   [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Daniel Selman
Sent:   25 March 1999 22:33
To:     Paul Wagner
Cc:     [EMAIL PROTECTED]
Subject:        RE: [java3d] Benchmark

Paul,

If you look at the contents of the Plugin Java console - not the browser
Java console, you should see some more information on the cause of the
error. You can activate the Plugin Java console through the Plugin options.

There are a couple of extra installation steps required to run Java 3D as
applets. These should be described in the FAQ.

Regards,
Daniel Selman
Tornado Labs Ltd.

Email:   [EMAIL PROTECTED]
Web:     www.tornadolabs.com
Phone:   +44 (0131) 343 2513
Fax:     +44 07070 800 483



-----Original Message-----
From: Paul Wagner [mailto:[EMAIL PROTECTED]]
Sent: 25 March 1999 19:05
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: [java3d] Benchmark


Daniel Selman wrote:

>If you need modified HTML pages you can steal them from our web site:
><http://www.tornadolabs.com/java/bench/bench.html>http://www.tornadolabs.c
om/java/bench/bench.html

Just a quick comment and an observation...

When I went to your benchmark page, the applet loaded, but I got the
following
error:

start: applet not initialized


When I run my benchmark, I get errors with the Java3D files themselves,
such as
SceneGraphObject and SimpleUniverse that refuse to permit the applet to load
correctly.  Am I missing something obvious, or is there an intrinsic problem
with using Java3D on web pages?  Anyone else have an opinion on this?

Cheers,
Paul



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

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

Reply via email to