I got the similiar problem:
-------------------------------------------------------------------
Exception in thread "main" java.lang.UnsatisfiedLinkError:
C:\jdk1.2.2\jre\bin\J
3D.dll: A device attached to the system is not functioning
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1319)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1235)
at java.lang.Runtime.loadLibrary0(Runtime.java:470)
at java.lang.System.loadLibrary(System.java:768)
at javax.media.j3d.UniverseManager$1.run(UniverseManager.java:155)
at java.security.AccessController.doPrivileged(Native Method)
at
javax.media.j3d.UniverseManager.<init>(UniverseManager.java:152)
at javax.media.j3d.VirtualUniverse$2.run(VirtualUniverse.java:520)
at java.security.AccessController.doPrivileged(Native Method)
at
javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:516)
at HelloUniverse.<init>(HelloUniverse.java:136)
at HelloUniverse.main(HelloUniverse.java:172)
-----------------------------------------------------------------------
On Mon, 9 Aug 1999, Tristan Wang wrote:
> I installed jdk1.2.1, jre1.2.1, java3d 1.1.2 SDK and java3d 1.1.2
> Runtime on a Pentium III with Windows 98.
>
> OpenGL is installed. I have DirectX installed and runs well.
>
> When I was trying to run any java samples (2D or 3D), I got the
> following error message. Can anyone give me some pointers on where the
> problems could be? Thanks!
>
> ----Error message-----
> Exception in thread "main" java.lang.UnsatisfiedLinkError:
> C:\jdk1.2.1\jre\bin\a
> wt.dll: An attempt was made to load a program with an^M
> incorrect format
> at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1203)
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1119)
> at java.lang.Runtime.loadLibrary0(Runtime.java:470)
> at java.lang.System.loadLibrary(System.java:745)
> at
> sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:57)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.awt.Toolkit.loadLibraries(Toolkit.java:882)
> at java.awt.Toolkit.<clinit>(Toolkit.java:903)
> at java.awt.Component.<clinit>(Component.java:258)
>
>
> _____________________________________________________________
> Do You Yahoo!?
> Bid and sell for free at http://auctions.yahoo.com
>
> ===========================================================================
> 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".
>
===========================================================================
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".