Description
Hello,
I have used the latest build of Arduino with Windows 7 64 bits. When I tried to start, I have the following error:
c:\RH\arduino-1.6.5>arduino_debug
Loading configuration...
java.lang.UnsatisfiedLinkError: jnidispatch (/com/sun/jna/win32-amd64/jnidispatch.dll) not found in resource path
at com.sun.jna.Native.loadNativeLibrary(Native.java:471)
at com.sun.jna.Native.(Native.java:91)
at processing.app.windows.Advapi32.(Advapi32.java:21)
at processing.app.windows.Registry.getStringValue(Registry.java:115)
at processing.app.windows.Platform.getSettingsFolder(Platform.java:194)
at processing.app.BaseNoGui.getSettingsFolder(BaseNoGui.java:287)
at processing.app.BaseNoGui.getSettingsFile(BaseNoGui.java:272)
at processing.app.PreferencesData.init(PreferencesData.java:38)
at processing.app.BaseNoGui.initParameters(BaseNoGui.java:946)
at processing.app.Base.guardedMain(Base.java:153)
at processing.app.Base.main(Base.java:133)