In that case, i guess your JAVA_HOME points to the incorrect JDK installation or even the PATH might be pointing to the incorrect JDK. Post the output of
echo $JAVA_HOME and echo $PATH To set it correctly, here's what you can do (assuming your Sun JDK is installed at /opt/Java/jdk1.5.0_17/): export JAVA_HOME=/opt/Java/jdk1.5.0_17/ | export PATH=$JAVA_HOME/bin:$PATH View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195326#4195326 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195326 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
