在 Windows 10 上安装 Wildfly 时出现依赖问题
Installing Wildfly on Windows 10 is complaining about dependancies
我也在尝试在 youtube 上安装 Wildfly this tutorial and this other。
- Windows 10
- 我已经安装了JDK9
- 野蝇10
当我输入 standalone 时,我收到以下警告:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jboss.modules.ClassLoaderLocalLoader
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
问题是我使用的是 Wildfly 10.0.0.Final。我已将其替换为 10.1。0.Final,现在可以使用了。
有趣!!!
我也在尝试在 youtube 上安装 Wildfly this tutorial and this other。
- Windows 10
- 我已经安装了JDK9
- 野蝇10
当我输入 standalone 时,我收到以下警告:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jboss.modules.ClassLoaderLocalLoader
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
问题是我使用的是 Wildfly 10.0.0.Final。我已将其替换为 10.1。0.Final,现在可以使用了。
有趣!!!