[SOLVED] KB25230 Juniper error ubuntu 64 bits solutions

If the following messages shows

this steps will make it disappear :)
  • Download jre-7u3-linux-i586.tar.gz and copy it to a folder (for example,/usr/java32).
  • Run the tar –xvf jre-7u3-linux-i586.tar.gz
  • Run sudo update-alternatives --install /usr/bin/java java /usr/java32/jre1.7.0_03/bin/java 10.
  • Ensure that the default Java version is still 64 bit. This can be checked by looking at the link currently points to string in the output of the update-alternatives --display java command.
  • If the default Java version is 32 bit, then change it to 64 bit, by using the sudo update-alternatives --config java command.
  • Run sudo apt-get install ia32-libs or sudo apt-get  install lib32bz2-1.0
  • Run sudo apt-get install libstdc++6:i386 lib32z1 lib32ncurses5 lib32bz2-1.0 libxext6:i386 libxrender1:i386 libxtst6:i386 libxi6:i386
  • Run $ sudo ln -s /usr/bin/update-alternatives /usr/sbin/
If everything works fine, the following will appear:




Ref: http://kb.juniper.net/InfoCenter/index?page=content&id=KB25230
http://askubuntu.com/questions/450369/how-to-install-juniper-vpn-on-ubuntu-14-04-lts
https://docs.google.com/document/d/1aEqFD---TKsxAVE5g6fY7KyWt7ue52MOOm4B1rqm3n8/edit