![]() |
Installing Java on your Linux box
Java is a fairly important technology to have on any operating system. Countless Web sites make use of Java or JavaScript; programs such as Zend Studio are Java applications that require the Java Runtime Environment; and many developers develop in Java. Unfortunately, most Linux distributions do not ship with Java due to its license fee. Certain Java implementations are free, such as GCJ, or the GNU Compiler for Java, but it isn't Sun's Java implementation, which is arguably the better of the two.
Luckily, installing Java on your Linux system is extremely simple. Visit the Java download Web site and select the operating system you'd like to download for (Linux, Linux AMD64, Solaris, etc.). Once you've chosen the download file—either a self-extracting executable or a self-extracting RPM file—you can install it. Code:
# mkdir -p /usr/local/javaAs a quick test, run the java executable: Code:
# cd jre1.5.0_05/binCode:
|
Re: Installing Java on your Linux box
excellent...
|
Re: Installing Java on your Linux box
Thanks
|
Re: Installing Java on your Linux box
Yep, this is all you need :-)
|
Re: Installing Java on your Linux box
aalso remind you java is now available int hte ubuntu software center availabe wih ubuntu
|
| All times are GMT +5.5. The time now is 13:27. |