FG
💻 Software

How can I install the Java Development Kit (JDK) on a Windows machine if I don't have admin rights?

Fresh5 days ago
Mar 15, 202630463 views
Confidence Score0%
0%

Problem

I'm currently working in a controlled environment where I don't have administrator rights. I am looking for some way to install the Java Development Kit (JDK) on this machine anyway. Is this possible? If so, how?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I install the Java Development Kit (JDK) on a Windows machine if I don't have admin rights?

Low Risk

You can install it in a per-user location, and place the path to JDK in the Path environment variable. You could use a setup authoring tool like Advanced Installer or InstallShield, of free tools like WiX or NSIS. That should make it accessible to o…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment