Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java version management #782

Open
Seba244c opened this issue May 24, 2023 · 2 comments
Open

Java version management #782

Seba244c opened this issue May 24, 2023 · 2 comments
Labels
Area-Extensibility Related to extensions Area-Machine-Config Related to the machine configuration feature Area-Machine-Config-Install Related to app installation in machine config flow Issue-Feature New feature or request

Comments

@Seba244c
Copy link

Suggested new feature or improvement

A way to manage installations of java, either add major java versions to the application tab, og make a seperate tab where you can install Java JDK's and JRE's from different vendors, like OpenJDK , GraalVM and Oracle.

Scenario

Cloning a new project to a machine and that project needs to use specifically Java 20. It would be nice not having to treck to the Oracle website to download it.

Additional details

It would be nice if there was an centralized overview where you could see all installed java versions and update and delete them

@Seba244c Seba244c added the Issue-Feature New feature or request label May 24, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage New issue that the core contributors need to triage label May 24, 2023
@denelon
Copy link
Contributor

denelon commented Jun 12, 2023

@Seba244c WinGet has several different versions of Java JDKs available.

Try running winget search jdk in CMD or PowerShell.

You could also use Find-WinGetPackage in PowerShell if you have installed the Microsoft.WinGet.Client PowerShell module.

When you put "jdk" the "search" box in "Install applications" in Dev Home the results are essentially identical.

WinGet configuration files for projects can specify a JDK to be installed.

This doesn't address your feature request, but I wanted to share what's currently available.

You can also add your 👍 to help raise priority on:

@cinnamon-msft cinnamon-msft added Area-Extensibility Related to extensions Area-Machine-Config Related to the machine configuration feature Area-Machine-Config-Install Related to app installation in machine config flow and removed Needs-Triage New issue that the core contributors need to triage labels Jul 21, 2023
@shakersMSFT
Copy link
Contributor

We are currently evaluating what an application management experience would be like in Dev Home, it seems related to your request here if you want to take a look and add your thoughts! #1984

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Extensibility Related to extensions Area-Machine-Config Related to the machine configuration feature Area-Machine-Config-Install Related to app installation in machine config flow Issue-Feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants