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
I
I
n
n
f
f
o
o
This tutorial shows how to install JAVA by
copying existing JAVA installation and
setting Environment Variables manually
E
E
x
x
t
t
r
r
a
a
c
c
t
t
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
VARIABLE
EXAMPLE
DESCRIPTION
PATH
;D:\Installed\Programming\JDK6\bin
Allows you to execute java.exe from any directory while in MSDOS.
CLASSPATH
;D:\Installed\Programming\JDK6\bin
Allows javac.exe to find .class files listed in this variable.
JAVA_HOME
;D:\Installed\Programming\JDK6
Some programs (like Eclipse) use it to find installed JAVA.
T
T
e
e
s
s
t
t
Create JAVA Console Application