Reputation: 1705
We have a customer who uses the IBM JDK and so I would like to have that as an option to use within IntelliJ (normally, I only recent Oracle releases). How can I install and setup IBM JDK 7 for use in IntelliJ such that I can switch between the two as required? Thank you!
Upvotes: 1
Views: 1212
Reputation: 5383
I couldn't make this to work until I followed the steps here on this blog:
http://jaykhimani.blogspot.com/2015/02/making-intellij-idea-work-with-ibm-jdk-7.html
Basically I needed to add some obscure vm.jar
Upvotes: 2
Reputation: 32006
How can I install and setup IBM JDK 7 for use in IntelliJ Blockquote
...that I can switch between the two as required?
You can also set on a module level by:
Upvotes: 4