"anthony43" wrote : 
  | This is the exact output I get from the cmd console :
  | 
  | 
  | D:\java_apps\jboss\jboss-4.2.2.GA\bin>echo %JAVA_HOME%
  | C:\Java\jdk1.5.0_13;C:\Java\jdk1.5.0_13\jre\bin
  | 
  | 
  | 
  | 

The JAVA_HOME has been incorrectly set. It should be just C:\Java\jdk1.5.0_13

Use the following to set it right

set JAVA_HOME=C:\Java\jdk1.5.0_13

and then run the bat file

D:\java_apps\jboss\jboss-4.2.2.GA\bin>run.bat


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103298#4103298

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103298
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to