Jump to content

XlaytonPlz

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by XlaytonPlz

  1. 2 minutes ago, DaemonUmbra said:

    If you've been using the same folder for all this try deleting the .gradle folder and there will also be one in your user folder, delete that as well

    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

  2. 1 minute ago, DaemonUmbra said:

    I'm actually not sure if this will make a difference, but try gradlew.bat instead of just gradlew, and try it alone first

    Huh. the gradlew batch file is kicking up the errors alone. Now im even more confused. Oof

  3. 3 minutes ago, DaemonUmbra said:

    When you run the command does it say anything about downloading gradle?

    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

  4. 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.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.