-
Notifications
You must be signed in to change notification settings - Fork 383
IDE does not work on OSX 10.10 with java8 #3
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
The stable/most compatible version of Arduino for 1.5.8 requires Java 6 - from the Arduino website:
We use the Java 6 version for maximum compatibility - because we use the Arduino binaries unmodified this dependency is tied to the Arduino IDE. |
@digistump so you reckon I raise this at the official Arduino release instead? Maximum compatibility means PITA for anyone running a current version of OSX. |
@tcurdt Yeah - we really have to follow their lead, once we have automated builds setup in the next month or two then we will happily build our package for both their Java 6 and 7 versions - but we don't have the resources to build the whole IDE (and fix any breaks) for 8. |
Is 7 any better supported in a fresh load of 10.10? I can't remember if I installed it myself or not. |
@digistump frankly speaking - I am not sure. I only have java 8 on my 10.10 system. (so far - I guess. grrr) I added my comment to this issue - but it doesn't look like one should hold his/her breath for this. Only the JNI stuff should be the problem though. Shipping the libs for the appropriate java versions isn't that hard. Too bad they don't get their act together. |
@tcurdt That's what I thought - grr is right. Yep I wouldn't hold my breath - but you might be happy to know that we'll be offering an alternative to the Arduino IDE in the near future - both web based and desktop with a similar look to Sublime Text and all kinds of goodies like proper syntax error highlighting courtesy of clang |
@digistump that sounds interesting! Can't wait. Would also love a command line way to compile, debug and update the little guys. I guess/hope there is a way already - but haven't looked into it yet. |
@digistump apparently it's fixed now arduino/Arduino#2384 |
We will release a 1.6 version, likely next week - until then you can On Wed, Feb 11, 2015 at 1:38 AM, Torsten Curdt [email protected]
|
While java 8 is the recommended java version for OSX 10.10, the IDE requires a java 6 runtime
The text was updated successfully, but these errors were encountered: