
1
1
.
.
2
2
.
.
2
2
C
C
o
o
p
p
y
y
e
e
x
x
i
i
s
s
t
t
i
i
n
n
g
g
J
J
A
A
V
V
A
A
i
i
n
n
s
s
t
t
a
a
l
l
l
l
a
a
t
t
i
i
o
o
n
n
This tutorial shows how to install JAVA by
● copying existing JAVA installation and
● setting Environment Variables manually
Extract zipped JDK to D:\Installed\Programming
C:\Program Files\Java\jdk-11
E
E
d
d
i
i
t
t
E
E
n
n
v
v
i
i
r
r
o
o
n
n
m
m
e
e
n
n
t
t
V
V
a
a
r
r
i
i
a
a
b
b
l
l
e
e
s
s
Start
Settings
Control Panel
System
Advanced
Environment Variables
System Variables
Environment Variables
;D:\Installed\Programming\JDK6\bin
Allows you to execute java.exe from any directory while in MSDOS.
;D:\Installed\Programming\JDK6\bin
Allows javac.exe to find .class files listed in this variable.
;D:\Installed\Programming\JDK6
Some programs (like Eclipse) use it to find installed JAVA.
Create JAVA Console Application