Haxorouse 0 Report post Posted February 6 I must have tried a million times now doing many different things but everytime I try to run gradlew setupDecompWorkspace it returns the same error "Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object" yes I have JAVA_HOME and path configured correctly, yes I have the jdk, I even seperatly installed gradle and it still wont work, WHAT IS HAPPENING Share this post Link to post Share on other sites
diesieben07 6109 Report post Posted February 6 Post the complete log. Share this post Link to post Share on other sites
Haxorouse 0 Report post Posted February 6 that is the complete log, this is happening in the command prompt window and thats all it gives me Share this post Link to post Share on other sites
DaemonUmbra 144 Report post Posted February 7 Have you tried re-installing the JDK? Share this post Link to post Share on other sites
Haxorouse 0 Report post Posted February 7 I have it still won't work, still the same error mesage, has this never happened before?! Share this post Link to post Share on other sites
DaemonUmbra 144 Report post Posted February 7 NoClassDefFoundError is common when mods screw up with hard references, but to have this happen with java/lang/Object. That should not be possible unless something is wrong with your Java install. Share this post Link to post Share on other sites
Haxorouse 0 Report post Posted February 8 ok... I just reinstalled jdk again and this time it worked... Im so confused but happy Share this post Link to post Share on other sites