Sarkath
Active Member
- Sep 8, 2019
- 547
- 949
- 245
If you want to compile from source, I'd recommend using IntelliJ IDEA Community Edition. It makes it pretty easy to manage multiple JDKs and run specific Maven actions (plus it has integrated Git support, so it's sort of an all-in-one solution). It's worth noting that it installs JDKs in a separate path so they won't interfere with the system JRE/JDK at all.I managed to get it to work by compiling from the repository (bonus points for not having to wait for an official jar).
Eclipse is another solid free option, but I generally prefer JetBrains IDEs.