This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
whats the diff between a JVM and A JRE. Which one sits over the other. Thanks a bunch. Mustang.
Steve Deadsea
Ranch Hand
Joined: Dec 03, 2001
Posts: 125
posted
0
A JRE (Java Runtime Environment) contains a JVM (Java Virtual Machine). It also contains libraries.
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
posted
0
A "java-enabled" browser also invokes a JVM to execute the java code in and points to a JRE to find the Sun provided classes for the application to use.
"JavaRanch, where the deer and the Certified play" - David O'Meara
Jim Yingst
Wanderer
Sheriff
Joined: Jan 30, 2000
Posts: 18670
posted
0
I think of the JRE as the files which are needed to run a JVM, which is an active process on your computer. You can install a JVM once on your machine, and then you can (if you want) run several simultaneous independent JVMs using those JRE files. [ April 24, 2002: Message edited by: Jim Yingst ]