OK, so Im pretty sure the redownload worked. A download is going, but my internet is slow. One last update coming for possible confirmation once actually done.
All my attempts have been in different folders.
I tried deleting gradle folders, and it caused it failed out twice before downloading gradle-2.14-bin.zip
downloading still, edit when done
Everything that it says is in the OP.
I ran it again to make sure.
Also, just to cover my own bases, I did cd to the right folder.
I also tried this command before with Java 10.x before, and got the same message
Whenever I try to run "gradlew setupDecompWorkspace" it gives me this error consistently:
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:30)
at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:127)
at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:61)
Caused by: java.lang.NoClassDefFoundError: org/gradle/api/internal/classpath/ModuleRegistry
at org.gradle.launcher.GradleMain.main(GradleMain.java:23)
... 7 more
Caused by: java.lang.ClassNotFoundException: org.gradle.api.internal.classpath.ModuleRegistry
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 8 more
I tried to search around for other issues similar, but I cant find anything.