Skip to main content

How to install Java Development Kit (JDK) in Windows 10

In this tutorial, we will show how to install the Java Development Kit (JDK) in Windows 10.

  1. Download the Java SE Development Kit 8u162 from the Oracle website here: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 
  2. Click on Accept License Agreement and click the appropriate link depending on your operating system. For the purpose of this tutorial, we are downloading the jdk-8u162-windows-x64.exe for the Windows 64-bit operating system.
  3. Run the installer, and click Next twice. This will probably take a lot of time.
  4. During installation, the JRE installer will pop-up, click Next to install. This will also take some time. Click Close when the installation finishes.
  5. Navigate to This PC, OS (C:), Program Files, Java, Bin to confirm the files are there, and click at the end of the path bar. Right-click and click Copy on the context menu.
  6. On the Windows Search bar, type environment and Enter to Edit the system environment variables.
  7. The System Properties window will open. In the Advanced tab, click the Environment Variables button.
  8. In the System Variables section, select the Path and click the Edit button.
  9. Click the New button and paste the folder path you copied earlier. You can use the Ctrl + V keyboard combination. Click OK 3 times.
  10. In the Windows Search bar, type cmd and Enter to open the Command Prompt. Type javac and hit Enter. You should see a list of commands.
  11. Now type javac -version and Enter to see the current Java version installed. This confirms successful installation.
Disclaimer: The content provided in this article is for informational purposes only. You are solely responsible for verifying the information as being appropriate for your personal use.

Popular posts from this blog

Bullet Journal and Task Management in Obsidian (part 1)- Free Vault for download and Folder Structure

This is the vault in Obsidian that I use daily as a bullet journal and task manager. This is going to be a series of posts on explaining how I use this vault.   Download the full vault .zip file here . Extract it, save the folder to your desired location and then open it from Obsidian. If you just want the snippets, download the snippets .zip file here . Extract and paste the CSS snippets to your .obsidian/snippets folder (show hidden files and folders in your file explorer). For a list of the alternate checkboxes you can use, see here (you don't need the minimal theme, the CSS snippet I have enabled will work on any theme, even the default one):  https://minimal.guide/Block+types/Checklists Folder Structure I have 3 parent folders: inbox - this is where I have Obsidian automatically store any new note I create journal - this is where I have Obsidian automatically store daily notes. I keep the current month in there, then when the month ends, I review and archive by month and y

How to rebuild cache and repair permissions of kexts in a Hackintosh

After installing 3rd-party kexts in /Library/Extensions, or replacing vanilla kexts with patched kexts in System/Library/Extensions, you may want to repair their permissions and rebuild the kext cache to ensure they work as intented. Here's how.

NVIDIA Web Drivers Mojave Workaround

It is still uncertain when will NVIDIA release any Web Drivers for macOS Mojave, but we can try a workaround.