Ubuntu – How well does Java work on the Nexus 7

javanexus-7ubuntu-touch

I require Java for work purposes and standard Android would not do for me on my Nexus, hence I have decided to try to Ubuntu route.

How do I successfully install Java into the Ubuntu ARM version for the Nexus 7 and will it support running *.jnlp java files?

Best Answer

Try running:

sudo apt-get update && sudo apt-get install openjdk-7-jre openjdk-7-jdk

Launchpad lists openjdk as being available for ARM so it should install.

Related Question