GoLand
 
Get GoLand
Because GoLand 2025.1 is still in development, this documentation may not be entirely accurate and is subject to change.

Change the boot Java runtime of the IDE

Last modified: 17 February 2025

As a Java application, GoLand requires a Java runtime environment (JRE). By default, GoLand 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 goland.jdk or goland64.jdk file in the GoLand 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 GoLand by adding the GOLAND_JDK environment variable with the path to the desired JDK home directory.