Jump to content

Curle

Members
  • Posts

    200
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Curle

  1. I can't navigate the Eclipse UI - i'm too unfamiliar with it.

    There seems to be a workable solution here, though.

     

    If your version of Eclipse doesn't have the Java-> dropdown, then there's another way to get to that tab;

    Properties -> Java Compiler; uncheck "Use compliance from execution environment" and change the compliance level to something really high, like Java 14. It will complain that you don't have a Java compiler capable of making bytecode that high level, and will redirect to the "Installed JREs" tab.

     

    Annoyingly, Eclipse calls the JDKs JREs, and it should not, for they are different, and should not be confused.

  2. Decompiling and changing a mod without the author's permission is against our "code of conduct", and is not encouraged.

    There is a public git repo of MorePlayerModels here, but it is for 1.10.2 and you're on your own to update it.

     

    • Like 2
  3. Looks to be SteveKunG's Lib causing the crash.

    It looks like it's only used by Indicatia and More Planets, which you have neither of. I can't see why you even have it installed, so better to remove it.

    • Like 1
  4. From your log:

    Java Home: C:\Program Files\Java\jre-9.0.4

     

    That's pointing to a JRE (Java Runtime Environment), but Gradle wants a JDK (Java Development Kit).

    If you installed the OpenJDK that Daemon linked, you just need to change JAVA_HOME to the directory of that. It should be

    Quote

    C:\Program Files\AdoptOpenJDK\1.8-VERSION\

    or similar. That'll fix this particular error.

×
×
  • Create New...

Important Information

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