June 2015
Intermediate to advanced
224 pages
4h 44m
English
Now as we have set up and configured our Raspberry Pi for development, we need to install the same correct matching JDK 8 build version on both our development machine and the Pi. This is very important to avoid library/versioning issues when running our JavaFX 8 application, and this is what we are going to do next.
At the time of writing, Raspbian Wheezy is shipped with JDK 8 preinstalled. To check, simply type the following at your Pi command prompt:
pi@raspberrypi ~ $ java –version
You will see something like this, depending upon the version that is currently installed and accessible:
Raspbian Wheezy Java version on Raspberry Pi
The important bit is the second line: if ...
Read now
Unlock full access