What is the path to the bundled jdk location in IntelliJ 2020.1? I have searched JDK in Settings can't find any reference to the path in it.
Asked
Active
Viewed 396 times
0
-
You should not use the bundled JDK for your projects, see https://stackoverflow.com/a/61180376/104891. The path is `IDE_HOME\jbr`. What problem are you trying to solve? – CrazyCoder Jul 09 '20 at 17:32
-
Thanks @CrazyCoder I use my own jdk for compiling my project. The bundled jdk however is used to run plugins etc within the ide itself. I am having problems with a plugin, and need to add a cert to the bundled jdk that is running it. – OneXer Jul 10 '20 at 08:32