install juniper network connection on ubuntu
juniper network client doesn't work with OpenJDK. we need to install SUN JDK.
On Ubuntu 13.10 and 12.04 on 32bits
sudo apt-get install openjdk-7-jre icedtea-7-plugin
start firefox and connect VPN server
You should reference it on 64bits Ubuntu. There was a problem to be running on 64 bits Ubuntu.
https://docs.google.com/document/d/1aEqFD---TKsxAVE5g6fY7KyWt7ue52MOOm4B1rqm3n8/edit
install SUN JAVA Plugin
http://www.jamiesutherland.com/2011/03/03/juniper-network-connect-ubuntu-10-04/
sudo apt-add-repository "deb http://archive.canonical.com/ubuntu lucid partner"
Then a sneaky
sudo apt-get update sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-plugin sun-java6-jdk
make soft link to add plugin to firefox.
cd /usr/lib/mozilla/plugins
ln -s /usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so .
restart firefox you have to see the JAVA plugin information on about:plugins page
'Linux' 카테고리의 다른 글
| print pstree (2) | 2012.01.16 |
|---|---|
| download kernel source (0) | 2012.01.16 |
| how can I access windows shared folder? (0) | 2012.01.12 |
| Cygwin 설치 방법 (0) | 2010.05.29 |
| 리눅스 배포본 인기 순위 (1) | 2010.05.27 |