Posted July 4, 201411 yr So i wanted to start making Minecraft Forge mods... I followed 4 different tutorials to setting up my enironment, along with VARIOUS other things including asking people... etc.... Anyway, for whatever reason, following the tutorials EXACTLY, where they have working mods, my mods, which are just empty class files right now *including @mod, and all of that* are skipped over. Here is the stacktrace to it: https://gist.github.com/anonymous/6663c6724123d5254699 I just don't understand why MY system won't run or scan my mods in properly...
July 4, 201411 yr It seems there is something terribly wrong with your Java SDK installation. Reinstall. Why did you follow 4 tutorials? What went wrong in the first three? Did gradlew setupDevWorkspace report any issues when you set up your workspace?
July 4, 201411 yr Author 4 tutorials because i was getting this error, and i just thought i was doing it wrong. Do i need 32 over 64bit, or does that even matter? And gradlew gave no errors
July 4, 201411 yr It shouldn't matter in this case whether you use 32bit or 64bit, but we live in 2014 so why not go with 64bit?
July 4, 201411 yr What version of Minecraft/Forge are you using? Uninstall and reinstall your Java SDK, then try following the README.txt supplied with Forge. Let us know of any issues after that
July 4, 201411 yr Author Fresh install of jdk 8u5... redownloaded Forge Reran gradlew setupDecompWorkspace Reran gradlew idea Still erroring: https://gist.github.com/anonymous/80310243ec958ef8ff3f ====================================================== For reference, my gradlew output http://stdsbot.com/screenshots/Administrator_CWindowssystem32cmd.exe_2014-07-04_13-44-41.jpg
July 7, 201411 yr Author So i downloaded java 7 and set the JDK to 7, is there anything i have to do or should that cover it? I'm using IntelliJ 13.1.2 Now i get this error: Exception in thread "main" java.lang.UnsupportedClassVersionError: GradleStart : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:800) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:190) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:116)
July 7, 201411 yr Author I completely uninstalled Java before even posting that error. I have JDK 1.7.0_60 and JRE7 installed. That's 100% it.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.