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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...