Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Include PageWhat is 0FS (Zero Footprint Service)What is 0FS (Zero Footprint Service)Go to the Java website, choose the JRE or JDK based on your platform and needs. Download the requisite .bin file and upload the file to the serveradmin home folder. For older versions of Java go to the Java Archives site.

Info

For download expediency, you may want to use the latest wget command and get the generally up to date JRE or JDK version found at www.bonsaiframework.com/downloads/

Steps The steps for JRE and JDK are both the same. Here is an example of a JRE setup,

...

This is because the 32-bit library support is not installed,

For Ubuntu 11 and lower,

Code Block
languagebash
sudo apt-get install ia32-libs # Required for 32-bit Java on 64-bit Ubuntu

For Ubuntu 12 and higher, ia32-lib has been removed in favour of multiarch,

...