0% found this document useful (0 votes)
117 views

Java RXTXDLL Error Windows 8

The document describes an error encountered when trying to load a 32-bit DLL file on a 64-bit platform using a Java application. It shows the full stack trace of the unsatisfied link error thrown during loading of the RXTX communication driver library. A second section shows output from running a Java application JAR file, where it checks for existence of files and encounters a null pointer exception.

Uploaded by

Jayesh Kankariya
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
117 views

Java RXTXDLL Error Windows 8

The document describes an error encountered when trying to load a 32-bit DLL file on a 64-bit platform using a Java application. It shows the full stack trace of the unsatisfied link error thrown during loading of the RXTX communication driver library. A second section shows output from running a Java application JAR file, where it checks for existence of files and encounters a null pointer exception.

Uploaded by

Jayesh Kankariya
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

C:\Program Files (x86)\Emerald>java -jar Emerald.jar -Xms512m -Xmx1024m java.lang.UnsatisfiedLinkError: C:\Program Files\Java\jre7\bin\rxtxSerial.dll: C an't load IA 32-bit .

dll on a AMD 64-bit platform thrown while loading gnu.io.RX TXCommDriver Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Progra m Files\Java\jre7\bin\rxtxSerial.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary1(Unknown Source) 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 gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:83) at ui.n.d(Unknown Source) at ui.n.<init>(Unknown Source) at ui.t.<init>(Unknown Source) at ui.h.b(Unknown Source) at ui.r.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour ce) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour ce) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour ce) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)

C:\Users\HP\Desktop\JAVA SUPPORTING>java -jar Elster_supporting_files.jar C:\Program Files\Java\jre7 File Exists File Exists File Does not Exists java.lang.NullPointerException at elster_supporting_files.Main.a(Unknown Source) at elster_supporting_files.Main.a(Unknown Source) at elster_supporting_files.Main.<init>(Unknown Source) at elster_supporting_files.Main.main(Unknown Source) File Does not Exists java.lang.NullPointerException at elster_supporting_files.Main.a(Unknown Source) at elster_supporting_files.Main.a(Unknown Source) at elster_supporting_files.Main.<init>(Unknown Source) at elster_supporting_files.Main.main(Unknown Source) File Does not Exists java.lang.NullPointerException at elster_supporting_files.Main.a(Unknown Source) at elster_supporting_files.Main.a(Unknown Source) at elster_supporting_files.Main.<init>(Unknown Source) at elster_supporting_files.Main.main(Unknown Source) File Exists File Exists File Exists File Exists File Exists File Exists File Exists File Exists C:\Users\HP\Desktop\JAVA SUPPORTING>pause Press any key to continue . . .

You might also like