How To Install JAVA JDK In Windows 10 [Quick Tutorial]
Java doesn't install every time I install it?
Is java installation part of windows 10 and 11
Do I still need Java on Windows 10 or I can avoid installing it?
How do I install/reinstall Minecraft Launcher?
You can install Minecraft Launcher through the Microsoft Store or select the “Download Launcher” button at the top of this page. If you need to reinstall Launcher, simply go to the Microsoft Store and download it again. If you have the old version of Minecraft Launcher, use our guide on how to uninstall the old Minecraft Unified Launcher so you can get the newest version.
How do I update Minecraft Launcher?
You’ll be able to see when you need to update your Minecraft Launcher by going to your account settings. Go to Settings > About to find all available Launcher updates.
What is Minecraft Launcher?
The Minecraft Launcher is your hub for accessing all of your favorite Minecraft games on PC. You can download new versions of Minecraft games, access multiplayer servers, manage your profile, get mod support, and more with Minecraft Launcher. Learn more about Minecraft Launcher through the help center.
Videos
I need help finding the location of my java_home/bin
"Start" > "Control Panel" > "Java".
Select "Java" tab.

Click "View"
Look in the "Path" column for version of the JRE you have installed.

In the above example the "Path" contains:
C:\apps\jdk\jre\bin\javaw.exe
JAVA_HOME should point to the root directory of the Java installation,
so in this case:
C:\apps\jdk
And the PATH should contain JAVA_HOME\bin, in this case:
C:\apps\jdk\bin
From a command prompt we can set these values using the following commands:
setx JAVA_HOME C:\apps\jdk
setx PATH C:\apps\jdk\bin;%PATH%
Notes:
- Modify the above commands as appropriate for your Java installation.
- These are
SystemnotUserenvironment variables.
See Installing the JDK Software and Setting JAVA_HOME and PATH and CLASSPATH for more information.
On your keyboard click the windows key and q and search java. Then in the apps section next to about java click the arrow and click open file location. You are here at the file location
If this does not work for you you maybe don't have windows or you have an old version of it or if you have windows and the latest version of windows then I don't know what is wrong.