It is not rigth to modify the file run.bat If you have to set JAVA_HOME, it is better to edit run.conf. NOTE: It seems it does not work in WINDOWS :(
So i advice you to create a new file of start. | | @echo on | rem ------------------------------------------------------------------------- | rem JBoss Start CC | rem ------------------------------------------------------------------------- | | set JAVA_HOME="C:\Progra~1\Java\jdk1.5.0_15" | | | cd C:\jboss-4.0.5.GA\bin | C:\jboss-4.0.5.GA\bin\run.bat -c default | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188815#4188815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188815 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
