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

One click Java setup #1

Open
rajadilipkolli opened this issue Nov 19, 2020 · 5 comments
Open

One click Java setup #1

rajadilipkolli opened this issue Nov 19, 2020 · 5 comments
Labels
enhancement New feature or request windows

Comments

@rajadilipkolli
Copy link

Summary

Setting up Java along with required software is tedious, provide one click solution with an option to set up environment with all tools/software of user choice just like how start.spring.io does.

To bring more awareness provide documentation about what is the use of each tool, like one stop solution.

@rajadilipkolli rajadilipkolli added the enhancement New feature or request label Nov 19, 2020
@ozkanpakdil
Copy link

I suggest choco which fix easy install almost for everything. https://chocolatey.org/

@JurrianFahner
Copy link

I suggest choco which fix easy install almost for everything. https://chocolatey.org/

Well, it is solution for now. But if you prefer everything from Microsoft, it is still a nice idea.

@brunoborges
Copy link
Member

The Microsoft way will be using winget.

You can install winget already, and then run winget install adoptopenjdk and this will get the JDK available for you on the %PATH% as well as setup %JAVA_HOME% automatically.

Give it a try and let me know if there is something else missing

@crimsonvspurple
Copy link

One issue is most people don't know about winget. Windows gives plenty of tips when tryin to do something. Maybe promote winget if someone is trying to install common dev tools.

@brunoborges brunoborges changed the title One click java setup One click Java setup Nov 20, 2020
@bitcrazed
Copy link

@crimsonvspurple Completely agree. Winget is still very new - it was only unveiled 5 months ago, and is still being built, but it the team are aiming to release it next year, whereupon it will be ubiquitously available on all supported versions of Windows 10.

We are keen to strike a reasonable balance between letting users know that Winget exists, what it's for, how to use it, etc., and not annoying people unnecessarily. It's sometimes a tough balance to achieve, but you can expect to see much more noise being made about winget in the coming year.

If you're interested in learning more and staying up to date with winget news I'd recommend following @denelonms on Twitter, and/or keeping an eye on the Winget repo.

HTH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request windows
Projects
None yet
Development

No branches or pull requests

6 participants