Java

Jean-Eric Cuendet jec at rptec.ch
Tue Oct 25 16:30:10 UTC 2005


 > I Have a stock update program that requires JAVA.  I got it to work on
 > Hoary, but unable toon Breezy.  I have downloaded the latest from SUN,
 > but so far unable to install it.

My preferred way:
- Download JVM from sun (.tar.gz package)
- Unzip it in /usr/java (You get then /usr/java/jdk1.5.0_05)
- Create a small script called java-export.sh with:
   export JAVA_HOME=/usr/java/jdk1.5.0_05
   export PATH=$JAVA_HOME/bin:$PATH
- In your shell (or add it in .bashrc) type:
   source java-export.sh
- Type: java -version
    To check that you have version 1.5.0_05 running
- Run your software and that's all!

Bye.
-jec


-- 
Jean-Eric Cuendet
Riskpro Technologies SA
Av. Louis-Ruchonnet 2, 1003 Lausanne, Switzerland
Web       : http://www.rptec.ch
Direct    : +41 21 637 0123
Principal : +41 21 637 0110
Fax       : +41 21 637 0111
Perso     : http://jesc.ch
--------------------------------------------------------




More information about the ubuntu-users mailing list