Install Java Advanced Imaging ImageIO Tools on a Linux Machine

From MircWiki
Revision as of 04:47, 10 September 2011 by Tim phillips (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

1 Important

2 How to install Java Advanced Imaging ImageIO Tools on Ubuntu Linux

  • Download the script
wget http://timphillips.net/mirc/install-JAI-imageIO
  • Make it executable
chmod 777 ./install-JAI-imageIO
  • Run the script
./install-JAI-imageIO

3 What the script does (feel free to have a look before you run it)

  • Checks you're running it as root or using sudo.
  • Updates the Ubuntu repos.
  • Checks which chipset you're running.
  • Answers the Java installation questions in advance.
  • Installs Oracle / Sun Java.
  • Downloads the appropriate JAI ImageIO files installs JAI ImageIO.
Any questions or comments please email me at timothy.john.phillips@gmail.com - Tim Phillips.