Difference between revisions of "Install Java Advanced Imaging ImageIO Tools on a Linux Machine"

From MircWiki
Jump to navigation Jump to search
Line 15: Line 15:
  
 
* Checks you're running it as root or using sudo.
 
* Checks you're running it as root or using sudo.
* Updates the Ubuntu repos.
+
* Updates the Ubuntu repos if need be.
 
* Checks which chipset you're running.
 
* Checks which chipset you're running.
* Answers the Java installation questions in advance.
+
* (If Oracle / Sun Java 6 isn't already installed)
* Installs Oracle / Sun Java.
+
** Answers the Java installation questions in advance.
 +
** Installs Oracle / Sun Java.
 
* Downloads the appropriate JAI ImageIO files installs JAI ImageIO.
 
* Downloads the appropriate JAI ImageIO files installs JAI ImageIO.
  
 
<div align="right">''Any questions or comments please email me at timothy.john.phillips@gmail.com - Tim Phillips.''</div>
 
<div align="right">''Any questions or comments please email me at timothy.john.phillips@gmail.com - Tim Phillips.''</div>

Revision as of 08:29, 10 September 2011

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 if need be.
  • Checks which chipset you're running.
  • (If Oracle / Sun Java 6 isn't already installed)
    • 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.