Most of the time my computer runs using the Balanced power plan. This turns the display off after 10 minutes and puts the computer to sleep after 30 minutes. So you can imagine how upset I get when the computer goes to sleep after 30 minutes, before it… more »
Categories: "Computer Languages"
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 »
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 »
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 »
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 »