What is the intended mechanism for running JDK tools from inside intellij idea ? As of now I see two options:
- Using Gradle and configuring your Gradle build with correct plugins and configurations needed, then running the appropriate task.
- Using the built in terminal, however I believe this is just a dumb terminal and doesn't respect your current project JDK so you would have to use absolute file names to make sure you are running from correct JDK and provides no benefits from just opening up a terminal emulator outside of idea.
If you don't know what I am referring to by JDK tools, here is a list: