amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 233 forks source link

1.5.x: add an alternate Java directory path for OS X systems #215

Open zerowidth opened 9 years ago

zerowidth commented 9 years ago

Fixes this error with the 1.5.8 beta on OS X:

Searching for Board description file (boards.txt) ... FAILED
Board description file (boards.txt) not found. Searched in following places:
  - /Applications/Arduino.app/Contents/Resources/Java/hardware/**
  - /usr/local/share/arduino/hardware/**
  - /usr/share/arduino/hardware/**

In the meantime, you can fix the error with a symlink:

cd /Applications/Arduino.app/Contents/Resources
ln -s ../Java .