- Uninstall OpenJDK Java
- Install Sun Java JRE
- Set a root password
- Run Juniper network connect for first time to install
In more detail, Juniper uses Java but doesn't work with Ubuntu's default OpenJDK Java, so uninstall this (easiest to do with Ubuntu Software Centre). Then install Sun Java JRE (package names sun-java6-bin and sun-java6-jre), with the Software Centre or apt-get. To get Sun Java you'll need to enable "Canonical Partners" in the Software Sources. For this go to:
Ubuntu Software Centre -> Edit -> Software Sources -> Other Software -> Check/Tick "Canonical Partners".
Note, you'll need to restart your browser after uninstalling OpenJDK.
When you try and run Juniper network connect for the first time it will request your root password. By default (and sensibly) Ubuntu doesn't have one. The easiest solution is to set a good, strong root password (and then forget it). I'd suggest selecting a section of password by copy and paste from the website of the always-reliable Steve Gibson:
Create a root password with the following command:
sudo passwd rootOnce that is done, launch network connect and supply the password (you just set) to the install script.
If it doesn't launch, try deleting any existing setup with:
rm -r ~/.juniper_networks
and then try again.
rm -r ~/.juniper_networks
and then try again.
Good Luck!