View Single Post

  #2 (permalink)  
Old 07-20-2007, 02:43 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,061
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Use export command as follows at command prompt:
Code:
export PATH=$PATH:/usr/lib/j2sdk1.4-sun/bin
You need to add command to /etc/profile or /home/you/.bash_profile so that PATH get set automatically after each reboot.

You can also add variable JAVA_HOME
Code:
export JAVA_HOME=/usr/lib/j2sdk1.4-sun
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote