This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Error while Running Jboss. JAVA_HOME-- C:\Program Files\Java\jdk1.5.0_13\bin; C:\Program Files\Java\jdk1.5.0_13\lib\tools.jar;.;
JBOSS_HOME--C:\jboss-4.0.4.GA\bin
when it is ran through cmd the following error scrolls continously
The filename, directory name, or volume label syntax is incorrect. The filename, directory name, or volume label syntax is incorrect. The filename, directory name, or volume label syntax is incorrect. The filename, directory name, or volume label syntax is incorrect. The filename, directory name, or volume label syntax is incorrect.
You have set the JAVA_HOME incorrectly. Set it to:
I would also recommend that you move the Java installation to some other folder which does not have a space in its pathname (ex: Move it to C:\jdk1.5.0_13). There are many weird issues reported when Java (or even JBoss) is installed in folders having a space in its pathname. And once you move the java installation to C:\jdk1.5.0_13, make sure you set the JAVA_HOME appropriately.