Jump to content

Basic Setup Help


stdscatchemall

Recommended Posts

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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