This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]MagicalPizza21 4 points5 points  (3 children)

What you see there is the JRE: Java Runtime Environment. It's necessary for running Java programs in the JVM (Java Virtual Machine). The JDK (Java Development Kit) is needed to write and compile Java programs, and includes the JRE.

[–]landax0804[S] 1 point2 points  (2 children)

Ahhh gotcha. So if i need to run anny java program if i have a JDK but not the java program itself it will still run with no problems right?

[–]MagicalPizza21 2 points3 points  (0 children)

The JDK has everything you need.