First time installing, sdk/jre question
Answered
When i make a new project i can use: IntelliJ Platform Plugin SDK. I'm wondering if i should use the SDK i installed from Oracle or the plugin SDK? What's better to use?
I also installed 64 bit JRE from Jetbrains, will this be used by default? I won't need the JRE from oracle then?
So yeah, thanks guys :D
Please sign in to leave a comment.
Using Oracle JDK for your projects is recommended. JetBrains Runtime should be used to run IntelliJ IDEA itself.
Thanks man! I have 1 more question, but it's not important really.
How can i check what Runtime is used?
Is JetBrains Runtime updated as IntelliJ IDEA is updated?
> How can i check what Runtime is used?
See https://intellij-support.jetbrains.com/hc/articles/206544879 (Help | About).
> Is JetBrains Runtime updated as IntelliJ IDEA is updated?
By default, yes (if IDE runs under the bundled runtime that resides inside the IDE installation directory).
Thank you, my friend! <3