Jump to content

[HOWTO] "./gradlew setupDecompWorkspace eclipse" Mac OSX


Recommended Posts

Posted

My son and I have been working our way through the book, "Minecraft Modding with Forge", only to get stuck on page six for quite a while.  We found lots of people encountering the same error, but no solutions.  Tonight, I was determined to get it to work, and here is how I did it!

 

The first step can be done with your regular user account:

 

1. Download Minecraft Forge from http://files.minecraftforge.net (get the "recommended version"--at the time of this post, 11.14.4.1563 (the Mdk one)).

 

2. You should now have a 'Forge' directory in your 'Downloads' folder (mine was actually named 'Forge-1').  Make a folder on your Desktop called 'forge' and copy the contents of the Download 'Forge' directory into the 'forge' directory on your Desktop.

 

Note: These next few steps need to be run under an Administrator account:

 

3. Install "brew" from http://brew.sh, which you can use to easily install an older version of Java SDK (1.6)

 

4. Install Java SDK 1.6 by typing the following into the 'Terminal' program:

 

brew tap cask room/versions

brew cask install java6

 

5. Delete the 'vecmath.jar' file in /System/Library/Java/Extensions (if you don't have a copy of 'vecmath.jar' at this location, that is ok)

 

Now go back to your regular user account

 

6. Set your JAVA_HOME environment variable, again using the "Terminal" program:

 

export JAVA_HOME=$(/usr/libexec/java_home -v 1.6)

 

7. Change directories to your Desktop 'forge' directory

 

8. Edit the 'gradlew' file.  Change the DEFAULT_JVM_OPTS="" line to DEFAULT_JVM_OPTS="-Xmx1024m"

 

9. You're now ready to run the command:

 

./gradlew setupDecompWorkspace eclipse

 

I got the desired "BUILD SUCCESSFUL" message after about 5 minutes and 30 seconds.  If you get past the 'recompileMc' task, you should be home free.

 

I really hope this helps others who are working with the book, or trying to get Forge to work on OSX.  It can be done!  Don't give up!

 

[My System Specs]

 

OS X Yosemite (version 10.10.5)

Mac mini (Late 2009)

Processor 2.66 GHz Intel Core 2 Duo

Memory 8GB 1067 Mhz DDR3

Graphics NVIDIA GeForce 9400 256MB

Using Java SDK 1.6 co-installed with Java SDK 1.8

JAVA_HOME set using /usr/libexec/java_home -v 1.6

 

Posted

I agree, but after a month of trying to get it to work with 1.8, I decided to try 1.6, since that is the version the script complained about not having when I ran it.  :)

  • 1 month later...
  • 3 years later...

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I tried do download the essential mod to my mod pack but i didnt work. I paly on 1.21 and it should work. I use neoforge for my modding. The weird things is my friend somehow added the mod to his modpack and many others that I somehow can´t. Is there anything i can do? 
    • Thanks, I've now installed a slightly newer version and the server is at least starting up now.
    • i have the same issue. Found 1 Create mod class dependency(ies) in createdeco-1.3.3-1.19.2.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Found 11 Create mod class dependency(ies) in createaddition-fabric+1.19.2-20230723a.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Detailed walkthrough of mods which rely on missing Create mod classes: Mod: createaddition-fabric+1.19.2-20230723a.jar Missing classes of create: com/simibubi/create/compat/jei/category/sequencedAssembly/JeiSequencedAssemblySubCategory com/simibubi/create/compat/recipeViewerCommon/SequencedAssemblySubCategoryType com/simibubi/create/compat/rei/CreateREI com/simibubi/create/compat/rei/EmptyBackground com/simibubi/create/compat/rei/ItemIcon com/simibubi/create/compat/rei/category/CreateRecipeCategory com/simibubi/create/compat/rei/category/WidgetUtil com/simibubi/create/compat/rei/category/animations/AnimatedBlazeBurner com/simibubi/create/compat/rei/category/animations/AnimatedKinetics com/simibubi/create/compat/rei/category/sequencedAssembly/ReiSequencedAssemblySubCategory com/simibubi/create/compat/rei/display/CreateDisplay Mod: createdeco-1.3.3-1.19.2.jar Missing classes of create: com/simibubi/create/content/kinetics/fan/SplashingRecipe
    • The crash points to moonlight lib - try other builds or make a test without this mod and the mods requiring it
    • Do you have shaders enabled? There is an issue with the mod simpleclouds - remove this mod or disable shaders, if enabled  
  • Topics

×
×
  • Create New...

Important Information

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