7/6/2026 at 1:10:39 PM
Personally I would just use SDKMan & generate a Maven or Gradle build profile from a getting started page of Spring, Vert.x, Quarkus (or whatever library/framework your main work will be on).. . Many of them have interactive starter pages where you click all the things you think you will need and download the project that builds with a single command.I don't find Java tooling at all difficult, compared to say Python or JavaScript.. but then again I've been using it for quite a while now so I may not be the best judge
by gregopet
7/6/2026 at 3:18:29 PM
I find that Maven and Gradle are quite complex. Creating a build file for a new project and publishing to Sonatype is extremely difficult.Certainly those projects are solid, but I think there is a lot of room for improvement, and that's what I'm working on.
by voidmain42