User Tools

Site Tools


raspberry_pi_java

This is an old revision of the document!


Java on the Raspberry Pi

  • Install SD card with Debian Wheezy.
  • Connect Ethernet.
  • Connect power.
  • Find Ethernet address grabbed by RPi by snooping from another machine:
sudo tcpdump -vv -ieth0 port 67 and port 68
  • Connect to the RPi using this address, e.g.
ssh 10.0.1.8 -l pi
<raspberry>
  • Get and install the OpenJDK JRE and JDK:
sudo apt-get install openjdk-6-jre openjdk-6-jdk
raspberry_pi_java.1356044241.txt.gz · Last modified: 2012/12/20 14:57 by jtkorb