我想編譯一個HTML項目,從this youtube video。但是,當我正在運行HTML外部工具,它給了我一個錯誤:Lib GDX html運行錯誤,系統Java編譯器(Eclipse)(Windows 7)
Configuration on demand is an incubating feature.
:core:compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':core:compileJava'.
> Cannot find System Java Compiler. Ensure that you have installed a JDK (not just a JRE) and configured your JAVA_HOME system variable to point to the according directory.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 2.297 secs
我在互聯網上搜索,但我沒有找到它爲我工作的解決方案。有誰能夠幫助我?