I've had some users of Intellij D Language plugin report problems when using the Microsoft JDK. The project is built using Gradle and when doing the gradle build the resulting error is output:
/home/********/.sdkman/candidates/java/11.0.13-ms/Packages does not exist.
Adding a directory named Packages to the root of the ms JDK solves the problem: intellij-dlanguage/intellij-dlanguage#652 (comment)
I'm submitting here as there really shouldn't be a need for users to add a directory to their jdk and this 'Packages' directory is non-standard.