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 _______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

