jboss 7.2 中缺少 jboss-modules.jar
Missing jboss-modules.jar in jboss 7.2
我尝试在 jboss v7.2 中打开 add-user.bat 但我收到此错误
WARNING: The JBOSS_HOME ("C:\Users\PC\Ep\bin") that this script uses points to a different installation than the one that this script resides in ("C:\Users\PC\Ep"). Unpredictable results may occur.
JBOSS_HOME: "C:\Users\PC\Ep\bin"
Could not locate "C:\Users\PC\Ep\bin\jboss-modules.jar".
Please check that you are in the bin directory when running this script.
我在 eclipse 中找到这个 :
The home directory is missing a required file or folder: C:/Users/PC/Ep/bin/jboss-modules.jar
有解决这个问题的办法吗?
我需要 link 相对于 jboss red hat 7.2
下载 jboss-modules.jar
你 JBOSS_HOME
环境变量看起来不对。它应该设置为 C:\Users\PC\Ep\
。 bin
目录不应该在环境变量中。
我尝试在 jboss v7.2 中打开 add-user.bat 但我收到此错误
WARNING: The JBOSS_HOME ("C:\Users\PC\Ep\bin") that this script uses points to a different installation than the one that this script resides in ("C:\Users\PC\Ep"). Unpredictable results may occur.
JBOSS_HOME: "C:\Users\PC\Ep\bin"
Could not locate "C:\Users\PC\Ep\bin\jboss-modules.jar".
Please check that you are in the bin directory when running this script.
我在 eclipse 中找到这个 :
The home directory is missing a required file or folder: C:/Users/PC/Ep/bin/jboss-modules.jar
有解决这个问题的办法吗? 我需要 link 相对于 jboss red hat 7.2
下载 jboss-modules.jar你 JBOSS_HOME
环境变量看起来不对。它应该设置为 C:\Users\PC\Ep\
。 bin
目录不应该在环境变量中。