add-user.bat on JBoss-as-7.1.1.Final,The system cannot find the path specified

后端 未结 4 1226
终归单人心
终归单人心 2021-01-05 15:30

i\'ve installed jboss-as-7.1.1.Final on my windows 7. the installation was successfull, and i can see the server running on http:/localhost:8080/

But the problem is

4条回答
  •  再見小時候
    2021-01-05 16:13

    Add below lines for user variables:

    variable = JAVA_HOME  value= C:\Program Files\Java\jdk1.7.0_79
    variable = JBOSS_HOME value= E:\anil\jboss-as-7.1.1.Final
    variable=path       value= C:\Windows\System32;%JAVA_HOME%\bin;%JBOSS_HOME%
    

提交回复
热议问题