Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b351ced

Browse files
committed
Include explicit information about Java 6
Arduino 1.5.8 requires Java 6 to be installed; on a Fresh Mac OS X installation, this may not be an issue, but if a user has upgraded Java or changed their JAVA_HOME to point to Java 7, the Arduino IDE will crash upon launch. Including this instruction to save others from the pain I endured.
1 parent 24542d0 commit b351ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
* Download [Arduino 1.5](http://arduino.cc/en/Main/Software).
1212
* _If you're on OSX_: Remember to open Arduino _first_ to make gatekeeper perform its magic!
13-
13+
* _Mac OS X_: Requires Java 6 to be installed. Available [here](https://support.apple.com/kb/DL1572?locale=en_US).
1414
* Copy the Arduino library into the appropriate directory for your system. (Folder should be named ```RFduino```, not ```RFduino-master```):
1515
![location](docs.png)
1616
* _Windows_:

0 commit comments

Comments
 (0)