Can't Find JArduino in File -> Examples

Hi, according to the 2 minute tutorial there should be a JArduino option in File -> Examples -> JArduino -> JArduino firmware, but JArduino doesn't seem to be there, and the JArduino folder that it mentions doesn't exist either, so if anyone can explain why I don't have these files it would be a big weight off my chest.

Links:

Is "jarduino" a part of "Arduino" or some third party software ?

I believe it's part of arduino.

I just checked and it is NOT part of the teams I deal with.
May I suggest you open an issue on github with them.

I'll do that, thanks!

We're happy to answer questions about 3rd party Arduino software here. This forum is by no means limited to discussions related to official Arduino software. In fact, this is related to official Arduino software, since you're asking about how to use the Arduino IDE.

Here's what you need to do:

  • Download the latest release of JArduino from the GitHub repository's "Releases" page: https://github.com/SINTEF-9012/JArduino/releases/download/0.1.7b/JArduino-0.1.7b.zip
  • Unzip the downloaded file.
  • Start the Arduino IDE.
  • Sketch > Include Library > Add .ZIP Library...
  • From the unzipped folder, select the jarduino.core/src/main/arduino/JArduino subfolder. (yes, despite the name, the "Add .ZIP Library..." feature can be used to install libraries from folders as well as from .zip files).
  • Click the "Open" button.
  • Wait for the Arduino IDE's notifications bar to display 'Library added to your libraries. Check "Include library" menu' (don't bother with the "Include library" menu).
  • File > Examples > JArduino > JArduinoFirmware
  • Connect your Arduino board to your computer.
  • Select your Arduino board from the Arduino IDE's Tools > Board menu.
  • Select your Arduino board's port from the Arduino IDE's Tools > Port menu.
  • Sketch > Upload

After that, you should be able to follow the tutuorial instructions starting from the "Step1: Extend the JArduino abstract class" step. Hopefully they won't be so horrible as the instructions for using the Arduino IDE were.