在Windows 10上安装Wildfly正在抱怨依赖性

时间:2017-10-06 16:26:07

标签: java windows wildfly-10

我正在尝试在youtube上安装this tutorialthis other之后的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 个答案:

答案 0 :(得分:0)

问题是我使用的是Wildfly 10.0.0.Final。我用10.1.0.Final替换它,现在它正在工作。

有趣!!!