CraftedCart / GCISOManager

GameCube ISO Extractor... aaaaand well this project's kinda been abandoned for now :( - One day I will make this a thing...
1 stars 0 forks source link

Cannot find class `org.gradle.wrapper.GradleWrapperMain` #1

Open Addisonbean opened 6 years ago

Addisonbean commented 6 years ago

I tried to run this using ./gradlew jar because I don't have gradlew installed, but I got this error:

Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain

I am on macOS 10.12.6, and this is the output of java -version:

java version "1.8.0_141"
Java(TM) SE Runtime Environment (build 1.8.0_141-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.141-b15, mixed mode)
CraftedCart commented 6 years ago

Oh turns out I never included the gradle wrapper .jar file. Besides, GCISOManager isn't that useful. It can extract files from an ISO but that's it (Unless that's the only thing you want to do). I kinda abandoned this project.

Would recommend GCRebuilder if you want to be able to patch ISOs.

Addisonbean commented 6 years ago

Ah, okay thanks. Yeah I've used that before, but I don't like having to use wine because I'm on macOS. I'm currently working on documenting the format of GameCube roms, so thankfully I don't need to do any patching.

CraftedCart commented 6 years ago

I understand. Don't like having to use Wine on my Linux box :P Also documentation on the GC ISO format would be appreciated - I plan to remake this in the future to integrate with my Super Monkey Ball level editor.