I had great trouble installing Oracle Java on my Raspberry Pi due to the liblji.so problem. So here are the instructions to get Oracle Java 7 up and running on a Raspberry Pi from scratch.
You should know that the build we are going to use, uses a so… more »
Categories: "Operating Systems"
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 »
On the Raspberry Pi download page:
Noobs - A way to try all the main ones in one re-imagiable download.
Raspbian "wheezy", Soft-float Debian "wheezy", Arch Linux ARM, Pidora, RISC OS,... 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 »