>Date: Tue, 12 Mar 2002 20:48:00 -0800 >From: Zak Nixon <[EMAIL PROTECTED]> >Subject: [JAVA3D] unsatisfiedLinkError: initializeJ3D >To: [EMAIL PROTECTED] >MIME-version: 1.0 >X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 >Content-transfer-encoding: 7bit >Importance: Normal >X-Priority: 3 (Normal) >X-MSMail-priority: Normal >Delivered-to: [EMAIL PROTECTED] > >Exception in thread "main" java.lang.unsatisfiedLinkError: initializeJ3D > at javax.media.j3d.MasterControl.<init><MasterControl.java:339> > at javax.media.j3d.VirtualUniverse$2.run<VirtualUniverse.java:538> > .... > .... > >How do I fix that error?
The JVM pick up the wrong version of j3dcore.jar files (probably v1.2.1_0x) but correct version of j3d.dll (v1.3 beta1). Make sure you classpath and path set correctly to the same version. Try search for the above files from your hard disk, remove them and reinstall Java3D. - Kelvin --------------- Java 3D Team Sun Microsystems Inc. =========================================================================== 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".