Skip to content

1.6.2 JNA conflict #2828

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rodrigopitanga opened this issue Mar 28, 2015 · 3 comments
Closed

1.6.2 JNA conflict #2828

rodrigopitanga opened this issue Mar 28, 2015 · 3 comments

Comments

@rodrigopitanga
Copy link

Arduino 1.6.2 will crash after splash screen. Looks like it requires a non-standard library.

java.lang.UnsatisfiedLinkError: com.sun.jna.Native.pointerSize()I at com.sun.jna.Native.pointerSize(Native Method) at com.sun.jna.Native.(Native.java:93) at cc.arduino.os.linux.LibCNative.(LibCNative.java:38) at cc.arduino.os.linux.LinuxFileNativeUtils.(LinuxFileNativeUtils.java:36) at cc.arduino.os.FileNativeUtils.chmod(FileNativeUtils.java:51) at cc.arduino.utils.ArchiveExtractor.extract(ArchiveExtractor.java:236) at processing.app.BaseNoGui.initPackages(BaseNoGui.java:585) at processing.app.Base.(Base.java:256) at processing.app.Base.guardedMain(Base.java:198) at processing.app.Base.main(Base.java:113)

Operating System: Trisquel GNU/Linux 7.0 (x86_64)

Java: java version "1.7.0_75"
OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1)
OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode)

@sej7278
Copy link

sej7278 commented Mar 28, 2015

see also #2830 and #2829, think its a missing hardware directory not a java library issue?

@aveekbh
Copy link

aveekbh commented Mar 28, 2015

Looks like the function com.sun.jna.Native.pointerSize(Native Method) is not available. I could not find any reference to pointerSize in https://github.com/twall/jna. Unfortunately, I don't know enough Java to identify the issue further. But, yes, the hardware directory is empty.

@ffissore
Copy link
Contributor

Fixed with b65b576. A nightly build is on the way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants