Posted March 22, 20205 yr 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?
March 26, 20205 yr Author 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.)
March 26, 20205 yr 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 March 26, 20205 yr by Ugdhar
March 26, 20205 yr Author Can't test at the moment, but I will try it. Thank you! Also, while we're here, do you know of any good tutorials on Java application programming? Stuff like events and listeners and stuff, and how to write them. I understand a little bit, but probably not enough to actually do a lot of things.
March 26, 20205 yr 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.
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.