The Artima Developer Community
Sponsored Link

Java Answers Forum
JRE & JVM

3 replies on 1 page. Most recent reply: Aug 4, 2006 1:12 AM by Matthias Neumair

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
SrinivasaRao Somu

Posts: 3
Nickname: somu1234
Registered: Jul, 2006

JRE & JVM Posted: Jul 26, 2006 6:11 AM
Reply to this message Reply
Advertisement
What is the difference between JRE & JVM?


Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: JRE & JVM Posted: Jul 26, 2006 7:06 AM
Reply to this message Reply
JRE: Java Runtime Environment.
JVM: Java Virutal Machine

The JVM is a part of the JRE.

the JRE contains everything you need to run Java programs.
The JVM basically is the virtual computer Java Programs are compiled for (google "Java Byte Code").



Microsoft also offers it's own Version of the JVM (Microsoft virtual Machine), which is on a tecnical level like 8 years ago. They don't support it anymore.

SrinivasaRao Somu

Posts: 3
Nickname: somu1234
Registered: Jul, 2006

Re: JRE & JVM Posted: Aug 3, 2006 11:53 PM
Reply to this message Reply
Thanks a lot,
Can you give more explanation on JRE?

Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: JRE & JVM Posted: Aug 4, 2006 1:12 AM
Reply to this message Reply
What do you need to know?

Download it (Java Runtime Environment (JRE) 5.0 Update 7) here and see for yourself

http://java.sun.com/javase/downloads/index.jsp



Special "plugins" like Quicktime for Java or Java3D are avaiable on other sites.

Flat View: This topic has 3 replies on 1 page
Topic: Need a generic algorithm Previous Topic   Next Topic Topic: writing comands for a basic lanuage

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use