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.

 

0

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/

2
Avatar
Permanently deleted user

Installing oracle jdk 8 works too

0

hi
you need to install java-1.8.0-openjdk-devel.x86_64 to detect sdks in intellij IDEA

0

请先登录再写评论。