Offline
Newbie
Karma: 0
Posts: 8
|
 |
« on: November 16, 2012, 04:15:30 pm » |
I have an Arduino Mega 2650. I installed the Arduino IDE 1.0.2 on my iMAC (MAC OSX 10.7) and started it. The IDE window appears, but without the menu. A pop up window or error message appears but disappears very quickly, so I cannot read it. I have the newest Java Run Time environment installed. The Arduino IDE and the Mega board work very well on my Laptop running Windows.
What am I doing wrong?
Thanks in advance for some help.
|
|
|
|
|
Logged
|
|
|
|
|
Tucson, AZ
Offline
Sr. Member
Karma: 4
Posts: 269
|
 |
« Reply #1 on: November 16, 2012, 05:06:15 pm » |
Launch Terminal from /Applications/Utilities/ and type the following command: java -version
Let us know what it says.
A recent Apple OS X update actually REMOVED Java.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 1
|
 |
« Reply #2 on: November 17, 2012, 12:36:38 am » |
I have a same problem , but the old version arduino 0023 can run normally in mac os 10.7 and 10.8. wish to be solved. THE PROCESSING SOFTWARE also have this problem.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 8
|
 |
« Reply #3 on: November 17, 2012, 12:52:09 pm » |
Results of the java -version command :
Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909) Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode)
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 8
|
 |
« Reply #4 on: November 21, 2012, 03:45:51 pm » |
I try to install and run the Arduino IDE on MAC OSX 10.7.
It installs, but after startup the IDE window appears without the menu line. I see an error message flashing by, but I do not see it long enough to read it. I suspect, that the JAVA environment and the Arduino IDE are not compatible. My question:
On MAC OSX 10.7: what should be installed (in other words, what are the prerequisites) on MAC OSX to be able to run the Arduino IDE? Since MAC OSX 10.7 (Lion) does not come with JAVA, the installation and version number of JAVA, and perhaps other packages necessary, should be described in the software download page on the Arduino website. Can an expert with enough karma explain to me, what I should have besides MAC OSX 10.7? I have JAVA version 7 update 9 installed.
Thanks in advance.
|
|
|
|
|
Logged
|
|
|
|
|
Austin, TX
Offline
Faraday Member
Karma: 41
Posts: 5171
CMiYC
|
 |
« Reply #5 on: November 21, 2012, 08:32:55 pm » |
There isn't a need to capitalize Java, it isn't an acronym. (Neither is Mac). I'm not sure what you mean by Java Version 7, where are you seeing that? When I check my Java version at the command line, I get: James-MBP2b:~ james$ java -version java version "1.6.0_37" Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909) Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode)
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 8
|
 |
« Reply #6 on: November 21, 2012, 10:31:23 pm » |
Version 7, Update 9 is mentioned on the Java site, http://www.java.co/nl/download/index.jspWhen I check my java version, I get: Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909) Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode)
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 8
|
 |
« Reply #7 on: November 22, 2012, 02:08:50 am » |
Tried older version of Arduino IDE (0023), problem remains.
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Melbourne, Australia
Offline
Shannon Member
Karma: 219
Posts: 13896
Lua rocks!
|
 |
« Reply #8 on: November 22, 2012, 02:12:43 am » |
A recent Apple OS X update actually REMOVED Java.
That's progress for you.
|
|
|
|
|
Logged
|
|
|
|
|
Gosport, UK
Offline
Faraday Member
Karma: 19
Posts: 3117
|
 |
« Reply #9 on: November 22, 2012, 04:04:26 am » |
It all (Arduino IDE 0022, 1.0, 1.0.1, 1.0.2, Processing 1.5.1, 2.0b6) runs fine on my 10.7.5 system. I seem to have the same version of Java installed. java version "1.6.0_37" Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909) Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode) Have you tried running the disk utility verify permissions?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 8
|
 |
« Reply #10 on: November 22, 2012, 11:39:52 am » |
I have run the Disk Utility to verify the permissions. Still no menu on the IDE window.
|
|
|
|
|
Logged
|
|
|
|
|
Austin, TX
Offline
Faraday Member
Karma: 41
Posts: 5171
CMiYC
|
 |
« Reply #11 on: November 22, 2012, 11:58:41 am » |
On the terminal run:
"ps aux | grep terminal"
and post the results (in code tags)
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Melbourne, Australia
Offline
Shannon Member
Karma: 219
Posts: 13896
Lua rocks!
|
 |
« Reply #12 on: November 22, 2012, 02:40:23 pm » |
Please do not cross-post. This wastes time and resources as people attempt to answer your question on multiple threads.
Threads merged.
- Moderator
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 8
|
 |
« Reply #13 on: November 22, 2012, 03:26:45 pm » |
Results of the command: iMac-van-W:~ wnitert$ ps aux | grep terminal wnitert 479 0,0 0,0 2434892 488 s000 R+ 9:24pm 0:00.00 grep terminal iMac-van-W:~ wnitert$ /code]
|
|
|
|
|
Logged
|
|
|
|
|
Global Moderator
Melbourne, Australia
Offline
Shannon Member
Karma: 219
Posts: 13896
Lua rocks!
|
 |
« Reply #14 on: November 22, 2012, 03:34:30 pm » |
I have an Arduino Mega 2650. I installed the Arduino IDE 1.0.2 on my iMAC (MAC OSX 10.7) and started it. The IDE window appears, but without the menu.
I couldn't get 1.0.2 working on my Mac. Try 1.0.1. Alternatively, if you have a "hardware" folder inside your Arduino documents folder try renaming that (I've heard that might help).
|
|
|
|
|
Logged
|
|
|
|
|
|