Java Class path problem in cent os..

Posted by Ramesh on Server Fault See other posts from Server Fault or by Ramesh
Published on 2010-04-22T12:27:52Z Indexed on 2010/04/22 12:33 UTC
Read the original article Hit count: 297

Filed under:

I have installed java in centos5 classpath is not working .... my bash_profile

export PATH=$PATH:/zzz/jdk1.6.0_03/bin/ export JAVA_HOME=/zzz/jdk1.6.0_03/bin/java/ export CLASSPATH=$CLASSPATH:/zzz/aa/mysql.jar:.

java -version

java version "1.6.0" OpenJDK Runtime Environment (build 1.6.0-b09) OpenJDK Server VM (build 1.6.0-b09, mixed mode)

© Server Fault or respective owner

Related posts about centos