I need to add Java to my path in my .bash_profile. Do I add the actual binary as well as the directory or just the directory? What I have is: PATH=$PATH:/usr/bin: /usr/java/jdk1.5.0_09/bin/java Is this correct? The JDK is in /usr/java/jdk1.5.0_09 Thanks, Dennis