Attempting to update all appropriate versions to java 1.4.1 and java3D 1.3 Downloaded
j2sdk-1_4_1_01-windows-i586 the latest Standard Edition, including the JRE and java3d-1_3-windows-i586-directx-sdk for java3D Implemented both in the order of above resulted in none of the example J3D demos working. I tried in KAWA my excellent, up to now, Java Development Program and in DOS neither worked, both produced class files, but failed to run with the following identical error java.lang.UnsatisfiedLinkError: C:\j2sdk1.4.1_01\jre\bin\J3D.dll: One of the library files needed to run this application cannot be found at java.lang.ClassLoader$NativeLibrary.load(Native Method)at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1389)at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:832)at javax.media.j3d.MasterControl$20.run(MasterControl.java:848) at java.security.AccessController.doPrivileged(Native Method)at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:845) at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:229)at HelloUniverse.init(HelloUniverse.java:94) at com.sun.j3d.utils.applet.MainFrame.run(MainFrame.java:262)at java.lang.Thread.run(Thread.java:536) I have tried reinstalling jdk1.3.1 and successfully ran HelloUniverse, but failed, with the above error after installing java3D 1.3. I am running in Windows98 with DirectX 7.0 installed. The folder was in c:\ j2sdk1.4.1_01 to which the installation of Java3d 1.3 was pointed. The file quoted viz. C:\j2sdk1.4.1_01\jre\bin\J3D.dll is present in the correct folder. I have also tried to load the JRE in addition, no change. I have read the WWW.j3d.org FAQ, but they are quoting the installation of J3D 1.2 Help, is there a solution or is it me? Peter Strachan =========================================================================== 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".
