0
我試圖在youtube上安裝Wildfly this tutorial和this 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
首先嚐試jdk8 – Marged
現在'wildfly'抱怨它找不到'jdk9'(參見更新)。好像我還需要降級野蠅。 – Richard77
除非您將Java 8安裝到'jdk-9'目錄中,否則很明顯爲什麼Wildfly會抱怨缺少Java。但是你通過更新Wild solved來解決問題 – Marged