Jump to content

How to run ForgeGrade on OS X?


TheThorneCorporation

Recommended Posts

Am modding for 1.15.2 on MacOS Mojave 10.14.6 with Forge 31.1.0. How do I run the gradlew genEclipseRuns and gradlew eclipse commands I need to use this with Eclipse? When I try to run

cd ~/Desktop/ExampleMod/Examplemod
gradlew genEclipseRuns

it says, "Command not found." The tutorial I was using was for Windows, so does anyone know if I need to do something else?

Link to comment
Share on other sites

11 minutes ago, TheThorneCorporation said:

What do you mean by "*nix"? And how do I specify that it's in the current directory?

(Sorry, but I'm a bit of a noob. I don't even understand events and threading yet.)

unix/linux, which macos is based on. And just prefix the command with ./ (dot-forwardslash) as I put in my last post :)

On 3/22/2020 at 8:50 PM, Ugdhar said:

Try ./gradlew

*edit: and the reason the windows tutorial didn't say anything, is that windows/dos has always (to my knowledge anyway) checked in the currect folder/directory first when running a command, vs other OSes sticking to what's specified in the path.

Edited by Ugdhar
  • Like 1
Link to comment
Share on other sites

1 minute ago, TheThorneCorporation said:

do you know of any good tutorials on Java application programming? Stuff like events and listeners and stuff, and how to write them.

I do not unfortunately. If you know any oop languages, java is similar in a lot of ways, and looking through vanilla code and browsing the forums are good sources of how to do things.

 

Without programming knowledge, I would say just google java tutorials, and prepare to be bored while you write some text based programs to learn the basics. It'll suck, but it's how you get to the good stuff. :)

  • Like 1
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.