On Tue, Sep 29, 2009 at 1:40 PM, Rajesh Kumar <[email protected]> wrote: > but when i chenked the java version using # java -version. It's showing java > version "1.4.2". How can solve this problem because i unable to install the > squirrel sql. >
Doesn't centos come with a /usr/sbin/alternatives option? If it does, try /usr/sbin/alternatives --install /usr/bin/java java /usr/jdk1.5.0_11/bin/java 2 /usr/sbin/alternatives --config java Choose 2 --- Ashok `ScriptDevil` Gautham _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
