This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes diff. between Jvm and JRE. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "diff. between Jvm and JRE." Watch "diff. between Jvm and JRE." New topic
Author

diff. between Jvm and JRE.

kapil bhate
Greenhorn

Joined: Mar 04, 2004
Posts: 15
is anybody tell me the diff. between java virtual machine(jvm)and java runtime environment please?
Aneesha Singh
Ranch Hand

Joined: Jan 14, 2002
Posts: 47
Hi Kapil,
Java Virtual Machine or JVM is a platform-independent programming language that converts Java bytecode into machine language and executes it. Most programming languages compile source code directly into machine code that is designed to run on a specific microprocessor architecture or operating system. A JVM enables Java bytecode to be executed as actions or operating system calls on any processor regardless of the operating system.

JRE or Java Runtime Environment is what is needed to run java applications. This consists of a JVM plus the core Java libraries required for program execution. It is not as comprehensive as a full Java installation (Java Development Kit - JDK) since it doesn't come with example code, api documentation, a compiler, etc.
I hope that helps .
Cheerio!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: diff. between Jvm and JRE.
 
Similar Threads
Diff between JVM and JRE
diff between JVM and JRE
Sysnchronization on multiple JVMs
Encapsulation/data abstraction, Bean/javaBean
Authorisatio & autiontication