私はMCのためのMODを作るしようとしている、と私が言うのチュートリアルを見ています: You have to set Path to the JDK space, and then you can test if you done it right if you type "javac" into cmd.
私はこれを行っている、それが動作します。私はMinecraftのフォージGradlew JAVA_HOMEエラー
gradlew setupDevWorkspace eclipse
を実行しようとした場合、それはエラーを返します: FAILURE:ビルドが例外で失敗しました。
- 何が問題になりましたか: タスク ':makeStart'の実行に失敗しました。
Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK. It is currently set to "C:\Program Files\Java\jre1.8.0_121"
私はWindows 7の を使用しています助けをありがとう!
ありがとうございました!それは完璧に働いた! :) – Ervin