microsoft / java-wdb

Windows Developer Box for Java Developers
MIT License
75 stars 1 forks source link

One click Java setup #1

Open rajadilipkolli opened 3 years ago

rajadilipkolli commented 3 years ago

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.

ozkanpakdil commented 3 years ago

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

JurrianFahner commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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.

bitcrazed commented 3 years ago

@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.