"archit05" wrote : | i had also set the environ variables | -JAVA_HOME D:\Program Files\Java\jdk1.5.0_16\jre\bin; | -JBOSS_HOME D:\Jboss\jboss-4.2.2.GA; | |
You have trailing semi-colon at the end of each of these environment variables. Remove those semi-colon. "archit05" wrote : | again i got one more problem,that is when i try to change directory | D:\>cd %JBOSS_HOME%\bin; it says the specified path is not found | | Same here. It should be | set JBOSS_HOME=D:\Jboss\jboss-4.2.2.GA | set JAVA_HOME=D:\Program Files\Java\jdk1.5.0_16 | cd %JBOSS_HOME%\bin By the way, i would also recommend moving the Java installation from out of the the Program Files folder. Java and JBoss installations run into weird issues when you have installed them in folders having a space in their names. You might want to move the JDK to D:\Java View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174624#4174624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174624 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
