How to setup SDK in IntelliJ IDEA?

后端 未结 3 1515
日久生厌
日久生厌 2021-01-19 05:47

I am not finding any way to setup the SDK in IntelliJ IDEA. Not finding any path to setup the SDK in ubuntu 16.04 LTS for IntelliJ IDEA.

I am working in thi

3条回答
  •  囚心锁ツ
    2021-01-19 06:48

    If you don't happen to have a JDK installed you can download the latest version here

    You can unpack it to your home directory so that you don't need extra permissions:

    ~/Downloads$  tar zxvf jdk--linux-x64.tar.gz -C ~/java/jdk/
    

    And finally reference your new JDK on IntelliJ:

提交回复
热议问题