-
Notifications
You must be signed in to change notification settings - Fork 132
Problems with nightly build mac64.2014-06-30_02-06-35.tar.gz (java 7 issue) #161
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
I've downloaded and had a quick look at the windows version and that one does seem to work. I had an issue that it could not find "make" at the tools directory of the Arduino IDE, but perhaps that is an issue of that download, I took the nightly there as wel and in the tools directory, there was no make. But that seems like an issue that is solvable and the eclipse plugin did seem to work. The toolbar buttons were there, the menu items, the preferences & properties. I could set up library paths etc. |
the toolbar should not be there because you are in c++ perspective. To see the arduino stuff you should be in arduino perspective. |
Was this a fresh install or did you copy it over an existing install? Stuff you can try:
If all fails please attach your error log. |
Selecting the arduino perspective gives only less to view. The perspective button was there, but via the menu, there was no arduino perspective to select and yes I did try a new empty workspace, same result. Op 30 jun. 2014, om 11:45 heeft jantje [email protected] het volgende geschreven:
|
It was a fresh install in a separate directory. Op 30 jun. 2014, om 11:50 heeft Wim Jongman [email protected] het volgende geschreven:
|
Yes that was correct. Please go to: help/about/installation details/ and attach the information in the Configuration tab Then press "View error log" and attach this in a separate comment. |
@jantje did you already change the build? |
I do not see how to add an attachment to a comment, It only seems to accept pictures. So here some log stuff in a zip file, via e-mail replay, see what happens then. Jimmy EDIT: I do not see any attachments, so I've added a dropbox link to the zip file: Op 30 jun. 2014, om 12:31 heeft Wim Jongman [email protected] het volgende geschreven:
|
Something is seriously wrong for mac only.
|
Also the fact that the resource folder with the icons is gone s strange, it is not something that is expected. Further I also noticed the Eclipse.app that was extra, but when trying opening it, the mac said that is was corrupt, so it is something is wasn't there and it is not in a good shape. On 30 Jun 2014, at 13:19, jantje [email protected] wrote:
|
I see the problem.
cdt apparently has moved to java 1.7 and you don't have java 7 installed on your macs. |
@wimjongman |
I have Java 8 and when trying to install 7 I get a message that there is a newer version installed and it doesn’t install. I tried out the nightly build on windows this morning and that did not run with a message that there was no JAVE runtime environment, then I installed Java 8 and it did run. So I also immediately installed Java 8 on the Mac, assuming that if version 8 on windows works, it would also on Mac, but somehow it seems to always pick version 6. Op 30 jun. 2014, om 13:51 heeft Wim Jongman [email protected] het volgende geschreven:
|
@xaljox Does this help? http://stackoverflow.com/questions/12757558/installed-java-7-on-mac-os-x-but-terminal-is-still-using-version-6 |
I was just looking into it. I removed java 8, was able to install 7 without getting the newer version message. Verified the version via webbrowser and it was 7. Started EclipseArduine, saw that it was stroll wrong and swain the log file it uses 1.6: Op 30 jun. 2014, om 14:32 heeft jantje [email protected] het volgende geschreven:
|
I’ve changed some links and when checking the have version I get: Thus that seems ok, but when I tried to start eclipse I get: The older version runs ok, but when I look in its .log file I see: Thus somehow it still uses version 6 for that one. It reminds me why I do not like frameworks like .NET and Java. I do not like Garbage collectors, since it doesn’t solve any problems, it only shifts the symptoms and you get all this version shit. Op 30 jun. 2014, om 14:32 heeft jantje [email protected] het volgende geschreven:
|
Let's not go there. ;) |
But you have to agree, if you just statically link your stuf and spread the exe around life is much simpler. More then once I’ve reinstalled various .NET frameworks and even had to redo whole windows installation, just to get some application working, just because some framework thing was totally mess-up up somehow. And now I’m fighting similar things with java, although that has given me less problems in the past then .NET. Op 30 jun. 2014, om 15:14 heeft Wim Jongman [email protected] het volgende geschreven:
|
Like I said, let's not go there. |
Did you manage to resolve the issue in the mean time? |
I was able to get the latest nightly build running by adding the following lines to the eclipseArduinoIDE.ini: This was similar as with no lines in the ini file added. So it seems to me that just the run time environment is not enough Op 30 jun. 2014, om 15:55 heeft Wim Jongman [email protected] het volgende geschreven:
|
Good catch. Thanks. |
Please pull: #162 |
#161 We are really going for java 1.7 :-)
pulled |
jenkins uploaded the new version. |
Looks great on my mac. |
I'm downloading it! I try rhis on my macbook, this machine is relatively clean with respect to Java. On my iMac I tried all sort of different things today. According to the website I have java 7 update 60, so that should be ok. Let see if the JRE is enough or the JDK is needed. Jimmy
|
@wimjongman do you have a mac or are you joking? |
@jantje I only make jokes after a few pints of Affligem ;) It runs just fine. With that I mean that the application starts and I see the Arduino perspective which indicates that everything can be loaded. |
I’ve cleanup up all java stuff I could find and installed java 8 JDK installed mac64.2014-06-30_14-49-25.tar.gz and that works. This afternoon with the mac64.2014-06-30_02-06-35.tar.gz version I did have problems with JRE. I will try another time with JRE only. JImmy Op 30 jun. 2014, om 22:04 heeft jantje [email protected] het volgende geschreven:
|
great :-) |
I’ve cleanup all java stuff and installed jre-8u5-macosx-x64.dmg. Then it wil not run, the moment I install the JDK it works.Without JDK, it doesn’t see the Java at all. If I force it to the ire installed, I get the strange message I showed this afternoon. When JDK is installed al is working fine. When installing JRE some links to the java virtual machine are not set, so the stuff is there but not used,but the version check from the browser is OK. So it is there for browsing, but not for the applications on the machine. Op 30 jun. 2014, om 22:04 heeft jantje [email protected] het volgende geschreven:
|
current java version upgrade.
When starting the latest version of the nightly build build I get the following screen:


Note that there is no "Arduino" entry in the menu bar. No Arduino buttons in the toolbar, no Arduino entry in the preferences etc.
Further the eclipse icon is not there, not in Finder and not in the application bar if it is running.
The text was updated successfully, but these errors were encountered: