1. yup that's what I mean
2. gradlew Eclipse and gradlew genEclipseRuns
3. as an existing Gradle project
PS: nevermind, problem solved. I tweaked a few things, downloaded 32.2.0 and I discovered that I actually forgot to use runClient. Everything works perfectly, sorry for making you waste your time
I'm doing it the way forge.readthedocs.io tells me: I extract the MDK archive, I use the gradlew commands, then I import the project in Eclipse.
Also I tried to use 32.2.0 but I had the exact same error.
I know a few things in C#, and I don't know a lot of things in Java but I have some basics. But I have access to MCreator which also contains a code editor
I'm just trying to create a new mod.
When I launch Eclipse, everything opens normally, I can editcode and all, but I can't build anything because there is that error in the "Errors" tab.
I reconfigured the PATH and JAVA_HOME variables because all the tutorials tell me to do this.
Project 'ProjectName' is missing required library: 'C:\Windows\System32\unresolved dependency - net.minecraftforge forge 1.15.2-31.1.0_mapped_snapshot_20190719-1.14.3'
I can't do anything.
I encounter this error over and over again, and it won't disappear.
I do exactly what every tutorial tells me to do, and I find this error.
Forge 1.15.2-31.1.0 is installed on my launcher and already ran some times.
JRE and JDK 1.8.0_251 are both installed on my computer.
I reconfigured the system variables.
Now I don't know what else could I have done wrong.