Joined: Jul 11, 2010
Post Count: 17
Status:
Offline
JavaWebStart error Caused by: java.lang.UnsatisfiedLinkError: on windows xp
Do I need java3d on my computer ..i am running Windows XP with java 6 runtime installed. Should I copy the dlls from the install to my computer?
Caused by: java.lang.UnsatisfiedLinkError: E:\Temp\extension4234222355811746745.dll: Can't find dependent libraries at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at javax.media.j3d.NativePipeline$1.run(NativePipeline.java:231) at java.security.AccessController.doPrivileged(Native Method) at javax.media.j3d.NativePipeline.loadLibrary(NativePipeline.java:200) at javax.media.j3d.NativePipeline.loadLibraries(NativePipeline.java:157) at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:987) at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:299) at javax.media.j3d.GraphicsConfigTemplate3D.getBestConfiguration(GraphicsConfigTemplate3D.java:321) at java.awt.GraphicsDevice.getBestConfiguration(Unknown Source) at com.eteks.sweethome3d.j3d.Component3DManager.<init>(Unknown Source) at com.eteks.sweethome3d.j3d.Component3DManager.getInstance(Unknown Source) at com.eteks.sweethome3d.SweetHome3D.addComponent3DRenderingErrorObserver(Unknown Source) at com.eteks.sweethome3d.SweetHome3D.init(Unknown Source) at com.eteks.sweethome3d.SweetHome3D.main(Unknown Source)
Joined: Jul 11, 2010
Post Count: 17
Status:
Offline
Re: JavaWebStart error Caused by: java.lang.UnsatisfiedLinkError: on windows xp
Yeah, I think need to fix that. Thanks.
I am really eager to have Sweet Home 3D running on Windows, but apart from my video driver issues, are there some windows library files that I need to have on my system or are the library files download during the Java Webstart installation?
Will the dll files in lib/windows be downloaded by the Java Webstart program? Of do I need to copy them to windows installation?
France
Joined: Nov 7, 2005
Post Count: 9426
Status:
Offline
Re: JavaWebStart error Caused by: java.lang.UnsatisfiedLinkError: on windows xp
Java 3D DLLs are read automatically by a customized classloader launched from SweetHome3DBootstrap. See this discussion and this one for more information.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
Joined: Jul 11, 2010
Post Count: 17
Status:
Offline
Re: JavaWebStart error Caused by: java.lang.UnsatisfiedLinkError: on windows xp
yes, i tried on another computer and it works fine!!! :) ..it my config, probably because I am running windows in a virtual box (qemu), from linux so I think it affects the graphics coabilities.