WebStorm
 
Get WebStorm
You are viewing the documentation for an earlier version of WebStorm.

Change the boot Java runtime of the IDE

Last modified: 07 September 2023

As a Java application, WebStorm requires a Java runtime environment (JRE). By default, WebStorm uses JetBrains Runtime (a fork of OpenJDK), which is included with the IDE. JetBrains Runtime 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.

The path to the selected runtime is stored in the webstorm.jdk or webstorm64.jdk file in the WebStorm configuration directory. If there are problems with the selected runtime, you can delete this file to revert to the default runtime.

You can also override the runtime used for WebStorm by adding the WEBIDE_JDK/WEBIDE_JDK_64 environment variable with the path to the desired JDK home directory.