Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Java 8 without Admin Rights [duplicate]

How to install Java JDK 8 in windows?

Do I require admin right?

What Happens if i just copy JDK from one system to another with admin rights.

like image 723
Pratiyush Kumar Singh Avatar asked Nov 23 '25 10:11

Pratiyush Kumar Singh


1 Answers

Steps To Do that:

STEP1 : Install JAVA JDK 8 in personal system where you have admin rights.

STEP2 : Copy the install JDK folder to system where you dont have admin rights.

STEP3: Go to Start Menu and Search environment and click on "Edit environment variable for your account"

enter image description here

STEP4: Now Click on Add in User Variables and add below local environment variables.

A. JAVA_HOME

enter image description here

B. PATH

enter image description here

C. CLASSPATH

enter image description here

It works absolutely fine. I have been using JDK like this for almost a year.

I found similar post but it has different technique. Installing JDK without administrator privileges

like image 116
Pratiyush Kumar Singh Avatar answered Nov 26 '25 00:11

Pratiyush Kumar Singh