Hello all I am getting the problem during running JBoss in linux console The following is the details,plz help me out of this problem ------------------------------------------------------------------------- run.sh: Missing file: /usr/local/jdk1.5.0_07/lib/tools.jar run.sh: Unexpected results may occur. Make sure JAVA_HOME points to a JDK and not a JRE. =========================================================================
JBoss Bootstrap Environment JBOSS_HOME: /home/vijay_negi/jboss-4.0.3SP1 JAVA: /usr/local/jdk1.5.0_07/bin/java JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.sh CLASSPATH: /home/vijay_negi/jboss-4.0.3SP1/bin/run.jar:/usr/local/jdk1.5.0_07/lib/tools.jar ========================================================================= ./run.sh: line 181: /usr/local/jdk1.5.0_07/bin/java: No such file or directory ------------------------------------------------------------------------------- and the .bashrc file settings are as follows : export JBOSS_HOME=/home/vijay_negi/jboss-4.0.3SP1 export JAVA_HOME=/usr/local/jdk1.5.0_07 export PATH=$PATH:$JBOSS_HOME/bin:$JAVA_HOME/bin:$JAVA_HOME/jre/bin CLASSPATH="$CLASSPATH:$JAVA_HOME/lib/tools.jar" CLASSPATH="$CLASSPATH:$JBOSS_HOME/bin/run.jar" Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949068#3949068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949068 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
