Half the battle is getting the Raspberry Pi up and running with Java installed. Once you've done that, the rest is pretty simple.
Firstly Install Rasbian wheezy on your Raspberry Pi.
Then install Java 8.
Create somewhere nice for us to work… more »
Tag: "install"
I had great trouble installing Oracle Java on my Raspberry Pi due to the liblji.so problem. The main Raspberry documentation tells you that you must use the soft-floating point (SFP) version of "wheezy" in order to run Oracle Java as it doesn't have a v… more »
Crumbs, I thought it would be a simple job to install Oracle's Java 7 on a Raspberry Pi but it wasn't.
I started with an installation of Raspbian “wheezy”, uninstalled all the openjdk packages and installed Oracle Java. On typing java -version, I rec… more »
I am assuming that the Raspberry Pi has a keyboard and an active network connection (wired or wireless) with a DHCP server floating about.
We need to install the operating system on the SD card. For this we will need to be the root user. You could… more »
I would like to debug PHP in Eclipse PDT while it runs under an Apache server with a bit of MySQL thrown in. In order to do the remote debug one needs to configure PHP to use XDebug which is a standard cross-platform debugger that is used by a variety o… more »