Setup JDK for IntelliJ IDEA on Fedora 25
已回答
Hello, I am trying to setup IntelliJ IDEA on Fedora 25. As far I as I know, Fedora 25 comes with OpenJDK installed by default:
However, what I found in the system is a bunch of different folders which are not met the Home folder requirement of IntelliJ IDEA:
This is the message I got:
Please suggest me some ideas to fix this.
Thank you.
请先登录再写评论。
Hi!
It looks that you have only JRE installed.
Check that you have devel packages installed: yum list available java\*devel
Please follow the instructions from this link: https://developers.redhat.com/products/rhel/get-started-rhel7-java/
Installing oracle jdk 8 works too
hi
you need to install java-1.8.0-openjdk-devel.x86_64 to detect sdks in intellij IDEA