▲ | waldarbeiter 3 days ago | ||||||||||||||||
The different JDK builds are almost all built from OpenJDK. Maven and Gradle cover nearly all use cases. The complexity is not that high. | |||||||||||||||||
▲ | giobox 2 days ago | parent [-] | ||||||||||||||||
I think it is quite high, especially for newcomers to the ecosystem. The popular sdkman CLI tool for managing JDK installations provides 17 different JDKs to install: With the DotNet SDK for comparisons sake, there is but one provider, and package management is provided as first class citizen in the compiler CLI, removing the need to even pick a "gradle" or "maven" style build tool in the first place for almost any project. | |||||||||||||||||
|