Skip to content

Conversation

jdneo
Copy link
Contributor

@jdneo jdneo commented Mar 20, 2024

This is a proposal to fix redhat-developer/vscode-java#2115

Basically, this PR allows to register multiple jdks for the same environment. And the first registered one will become the default jdk for that runtime environment.

Then user can switch jdks for the same runtime environment in the classpath configuration webview.

Moreover, when some jdks are missed by the jdk detection, user can manually add them, the webview can persist them in the global java.configuration.runtimes, then all other workspaces will automatically have those added jdks via the settings.

image

@rgrunber Please let me know your thoughts/concerns about this change

@jdneo jdneo changed the title Allow multiple jdk registration for one runtime environment [WIP] Allow multiple jdk registration for one runtime environment Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define several runtimes for a same version of Java
1 participant