There is an updated pull request by dexgs against master on the void-packages repository https://github.com/dexgs/void-packages intellij https://github.com/void-linux/void-packages/pull/39683 intellij-idea-community-edition: use jetbrains jdk Trying to run intellij with an openjdk will error on startup complaining about missing AWT modules which aren't in that distribution. Instead of depending on any java environment, depend explicitly on the jetbrains jdk and modify the desktop entry to launch intellij with that jdk. #### Testing the changes - I tested the changes in this PR: **YES** A patch file from https://github.com/void-linux/void-packages/pull/39683.patch is attached