javaExecutablePath
This is the full path (/some/path/bin/java) to the Java executable that will be used to start thorgServer by the Thorg Visual Studio Code extension.
Auto-installed by default: If you accept the default values during Thorg Initial Startup, Thorg will automatically install Java and set this value for you - no manual configuration needed. Thorg installs the OpenJDK JRE (Java Runtime Environment) outside your system $PATH, so it won't interfere with your existing system setup.
If you opt out of automatic installation, you'll be prompted to enter the path to the Java executable during initial setup. In this case, make sure you enter the FULL path (/some/path/bin/java) to your Java installation. The validation prompts will guide you through entering the correct path.
Required version
Thorg requires Java version 21+ to function.
Note: If you use the Thorg startup UI and choose to manually input the Java path, it will automatically check the version of the Java executable you've entered.
How to
Where is it stored?
Stored in thorg.startupSetup.javaExecutablePath - VSCode Config
Backlinks