-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Arduino 1.6.2 fails to start on Linux x64 #2829
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
Comments
seeing the same in issue #2830 on debian sid/jessie
i believe its partially (?) due to the tarball containing an empty hardware directory. |
The problem exists for the Linux 32 bit version as well.
aptosid Linux (Debian sid derivative) |
Same problem on Mint 16 64-bit: java version "1.7.0_55" Linux 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux |
I have the same problem on ubuntu 12.04 64 bit java version "1.7.0_75" java.lang.UnsatisfiedLinkError: com.sun.jna.Native.pointerSize()I |
In my Fedora 21 works well: openjdk version "1.8.0_40" It seems it's a issue with Java version... P.D: Library and board manager, however, appear without the closing button "X"...mmm |
@q2dg I tried OpenJDK 1.8 on 32-bit aptosid (Debian sid derivative) and got the same errors as with 1.7:
|
me too, java 1.8 on 64-bit debian sid gives exactly the same error. |
Google jna-3.2.7.jar and downlad the file, rename it to jna.jar, then replace the same file in [arduino dir]/lib, and Arduino IDE will start. |
Fixed with b65b576. A nightly build is on the way |
Nightly ready |
Hello Federico The nightly build from 2015-03-30 starts up fine, but won't compile any sketches. Opened issue #2849 |
Use sudo update-alternatives --config java to check for the jdk version you are using. Change it to 1.7.* . Then start again the arduino |
Arduino 1.6.2 IDE does not start on Ubuntu 14.10 (x64). The splash screen comes up briefly, but there is a Java error:
arduino-1.6.2$ ./arduino
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)
The Java version is:
$ java -version
java version "1.6.0_34"
OpenJDK Runtime Environment (IcedTea6 1.13.6) (6b34-1.13.6-1ubuntu0.14.10.1)
OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)
The text was updated successfully, but these errors were encountered: