Mac Java Etbrains Intellij Idea For Mac

As a Java application, IntelliJ IDEA includes JetBrains Runtime (based on OpenJDK 11), which is used by default. It is recommended to run IntelliJ IDEA using JetBrains Runtime, which fixes various known OpenJDK and Oracle JDK bugs, and provides better performance and stability. However, in some cases you may be required to use another Java runtime or a specific version of JetBrains Runtime.

Download the latest version of IntelliJ IDEA for Mac - Intelligent Java IDE, free Community Edition available. Read 8 user reviews of IntelliJ IDEA on MacUpdate. EtBrAIns IntelliJ IDEA 2020 for Mac中文版带给大家 ,intellij idea mac被认为是最好的java开发工具之一,IntelliJ IDEA支持自定义UI主题,自定义UI主题使设计人员能够控制内置IntelliJ IDEA UI元素的外观, 为插件创建新的UI元素与自定义UI主题明显不同。.

Changing the runtime may cause unexpected problems. Do not change it unless you were specifically asked to do so by JetBrains support.

Switch the Java runtime used to run IntelliJ IDEA

  1. Install the Choose Runtime plugin. Debug the program.

    In the Settings/Preferences dialog Ctrl+Alt+S, select Plugins and search for the Choose Runtime plugin in the Marketplace.

  2. Open the Choose Runtime dialog.

    On the Help menu, click Find Action or press Ctrl+Shift+A and search for Choose Runtime.

    When you open the Choose Runtime dialog for the first time, it may take a while to load the list of runtimes from the server. The list contains available local Java runtimes detected by IntelliJ IDEA and remote JetBrains Runtime builds on BinTray. The runtime currently used to bootstrap the IDE is written in bold.

  3. Select the desired runtime and click Install.

    IntelliJ IDEA restarts with the new runtime.

If it's a remote runtime, it is also downloaded to your computer. You can download a remote runtime without installing it using the arrow next to the Install button. If you want to remove previously downloaded runtimes, use the Clean Up button. The currently used boot runtime is not deleted in this case.

If you want to use a local Java runtime that was not detected automatically, click the Browse button and specify the location of the desired Java home directory.

If you want to reset to the default runtime that the IDE initially used, click Use Default.

The path to the selected runtime is stored in the idea.jdk file in the IntelliJ IDEA configuration directory. If there are problems with the selected runtime, you can delete this file to revert to the default one.

You can also override the runtime used for IntelliJ IDEA by adding the IDEA_JDK environment variable with the path to the desired JDK home directory.