This is probaly nit-picking and it is not really EJB-specific, but java.exe
(or even java executable on unix) is only a wrapper for the 'real JVM'
That's included in a dynamic library (jvm.dll on Windows) that contains
the JVM code and is shared between all the JDK tools.
For those who aare interested in how it is found, Sun even delivers
the source of java.exe and the like with the JDK.  (Handy if you want
to invoke a JVM from native code)


At 16:51 9/11/00 +0800, you wrote:
>JRE as the name suggests Java Runtime Environment which helps you RUN your
>Java application....mind it  it is different from jdk which is development
>kit inclusive of JRE. JVM is a part of JRE and JDK, JVM is the java.exe
>(native OS appliction) which runs your application. JRE also has the classes
>which comes with the Java 2 Standard Edition.
>V
>
>----- Original Message -----
>From: subramanian <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, November 08, 2000 8:22 PM
>Subject: difference between JVM and JRE
>
>
> > hi all ,
> >          I have a very elementary doubt here .What is the differnece
>between
> > JRE and JVM
> >
> > Could any 1 help
> >
> > thanx in advance
> > boon
> >

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to