2017-10-06 86 views
0

我试图在youtube上安装Wildfly this tutorialthis other在Windows 10上安装Wildfly正在抱怨依赖关系

  • 的Windows 10
  • 我已经安装了JDK9
  • WildFly10

当我键入独立,我得到以下警告:

WARNING: An illegal reflective access operation has occurred 
WARNING: Illegal reflective access by org.jboss.modules.ClassLoaderLocalLoader$1 
WARNING: Please consider reporting this to the maintainers of org.jboss.mod 
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access 
WARNING: All illegal access operations will be denied in a future release 

然后我也弄一系列的错误,基本上说是这样的:one or more services were unable to start due to one or more indirect dependencies not being available.

我完全不熟悉Java世界。我不知道为什么我会遇到这些错误,但在这两个教程中都只需遵循几个简单的步骤。

感谢您的帮助

编辑

Calling "C:\dev\tools\wildfly-10.0.0.Final\bin\standalone.conf.bat" 
JAVA_HOME "C:\Program Files\Java\jdk-9" path doesn't exist 
+1

首先尝试jdk8 – Marged

+0

现在'wildfly'抱怨它找不到'jdk9'(参见更新)。好像我还需要降级野蝇。 – Richard77

+0

除非您将Java 8安装到'jdk-9'目录中,否则很明显为什么Wildfly会抱怨缺少Java。但是你通过更新Wild solved来解决问题 – Marged

回答

0

的问题是,我用Wildfly 10.0.0.Final。我用10.1.0.Final取代了它,现在它正在工作。

有趣!

相关问题