[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss is not running
jaikiran
do-not-reply at jboss.com
Wed Oct 31 01:43:46 EDT 2007
anonymous wrote : JAVA: C:\Program Files\Java\jdk1.5.0;\bin\java
Looks like you have set
set JAVA_HOME=C:\Program Files\Java\jdk1.5.0;
There should NOT be a semicolon here. So change it to
set JAVA_HOME=C:\Program Files\Java\jdk1.5.0
Apparently, even the earlier problem where you saw no output when you execute the run.bat also is because of this semicolon. I just tried it out on my local setup by placing a semicolon in the JAVA_HOME value. I too saw the same behaviour. So once you set the JAVA_HOME properly without any semicolon, you can even undo the changes that you did to run.bat.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100499#4100499
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100499
More information about the jboss-user
mailing list