Intelliji idea is very slow in debug mode and it is running perfectly in normal mode

后端 未结 10 1697
甜味超标
甜味超标 2021-02-14 08:41

Intelliji idea is very slow in debug mode and it is running perfectly in normal mode.

I already tried by setting the below thing in /etc/hosts file sudo nano /etc/hosts

10条回答
  •  有刺的猬
    2021-02-14 09:39

    I faced similar problem with the Eclipse also and found the solution. It is happening because your IntelliJ is using online Java and not using the same which is installed in your system.

    You should set the java path to your system one in the IntelliJ configuration. Below link will help you for the same:
    https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under

    Hope this will help you. :-)

提交回复
热议问题