1 | Prerequisites
Make sure you have these!
Last updated
Was this helpful?
Make sure you have these!
Last updated
Was this helpful?
If you haven't already, make sure to install . If you're using a mac, I recommend you use this by Amazon, as it avoids many issues that you may encounter.
For this tutorial, is recommended, but any IDE should work fine.
Although it's not needed, it's highly recommended that you get the for Intellij, as it can do cool things like autocompleting method bytecode signatures and letting you breakpoint on mixins.
I also recommend getting a comfortable theme and background, as you will most likely be debugging errors for some hours.
Most importantly, a basic understanding of Java. I highly recommend , , and 's tutorials to learn java.
This tutorial was made to be more oriented toward Mac users.
Huge thanks to for making this all possible!
Now that we got that out of the way, lets begin!