IntelliJ IDEA can't setup JDK

2019-01-30 13:44发布

I'm trying to setup JDK in IntelliJ IDEA and whatever I do, or whatever JDK version I select, nothing happens. The following situation remains: enter image description here

So I told IDEA what JDK it should use, but it still asks me to setup a JDK. Is this a bug or am I missing something? Can I apply any workaround to make everything work as usual?

ADDITION

The steps which I go through setting up the JDK: situation before setting up:
enter image description here

the first step:
enter image description here

the second step:
enter image description here

the third step:
enter image description here

the situation after setting up JDK: enter image description here

SDKs:
enter image description here

module settings:
enter image description here

7条回答
我命由我不由天
2楼-- · 2019-01-30 14:15

File | Invalidate Caches is the first thing you should try in case of such issues.

查看更多
【Aperson】
3楼-- · 2019-01-30 14:28

I followed below steps

  1. Press F4
  2. Select Modules in Project Settings
  3. Set up Module SDK from the drop down or add the new one.
  4. Apply & OK
查看更多
The star\"
4楼-- · 2019-01-30 14:29

In my case just File | Invalidate Caches and Restart did not work. Upon Right clicking the project and going to Module Settings , I had no SDK selected under Project Settings->Project.

查看更多
ゆ 、 Hurt°
5楼-- · 2019-01-30 14:30

I was seeing this exception in the console:

NoClassDefFoundError: com/intellij/remote/RemoteSdkConnectionAcceptor

which was caused by the python community edition plugin on Intellij IDEA 2016.2.5.

After updateing/disableing the plugin, I was able to setup the SDK again.

查看更多
我想做一个坏孩纸
6楼-- · 2019-01-30 14:32

Select your modul in the "Project View" and press F4 in the "Project Setting"select "Module". In the "Module Settings" overview you can add/remove the Modul SDK.

查看更多
Rolldiameter
7楼-- · 2019-01-30 14:37

Following this worked for me :

Select your module in Project View

Press F4

Go to SDK

Select you SDK

Make sure you have various jars in there. Else, select proper directory.

In my case, even though correct directory was selected classpath,sourcepath etc were empty.

So I had to select jdk installation directory one more time, which loaded all the jars and solved the problem.

查看更多
登录 后发表回答