Question

It is shown to me this error when I try to open Minecraft project. I've used forge source 1.7.2 version 1024.
I've run in cmd.exe the commands:

  1. gradlew.bat setupDecomWorkspace --refresh-dependencies
  2. gradlew.bat eclipse

Print Screen

Was it helpful?

Solution 2

Your problem is that you typed gradlew.bat setupDecomWorkspace --refresh-dependencies when you should by typing gradlew.bat setupDecompWorkspace --refresh-dependencies. Notice the 'p' in Decomp.

OTHER TIPS

Have you tried gradlew.bat setupDevWorkspace eclipse ?

As shown in the forge installation video (for windows) from one of the developers (found in the readme): LexManos' Install Video

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top