[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error during running JEMS Installer

jaikiran do-not-reply at jboss.com
Tue Dec 9 08:12:16 EST 2008


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



More information about the jboss-user mailing list