← Back to team overview

dhis2-devs team mailing list archive

Re: java on ubuntu

 

For those who didn't already know, openjdk 7 is not yet part of
official ubuntu repositories, the easiest way to try it out is to add
a repo from one of the ubuntu devs:

sudo add-apt-repository ppa:dlecan/openjdk
sudo apt-get update
sudo apt-get install openjdk-7

Then openjdk seems to have a problem with a missing lib which can be
fixed with a symlink:

cd /usr/lib
sudo ln -s nss/libsoftokn3.so libsoftokn3.so


References