| Author |
Where can I see JVM on my system
|
Harikrishna Gorrepati
Ranch Hand
Joined: Sep 23, 2010
Posts: 422
|
|
Hi,
Please let me know where can I see JVM on my system. I was told that it is part of JRE. If so, where is JVM direcory/location under JRE.
|
OCPJP 6.0-81% | Preparing for OCWCD
http://www.certpal.com/blogs/cert-articles | http://sites.google.com/site/mostlyjava/scwcd |
|
 |
Harpreet Singh janda
Ranch Hand
Joined: Jan 14, 2010
Posts: 317
|
|
|
JVM is a virtual thing that is uder JRE not a directory.
|
 |
Soumyajit Hazra
Ranch Hand
Joined: Jun 26, 2007
Posts: 136
|
|
|
I think in windows it's the jvm.dll file present in <JAVA_HOME>/jre/bin/server and <JAVA_HOME>/jre/bin/client. Need confirmation from other ranchers.
|
Java Programmer | SCJP 1.5 | SCWCD 1.4
|
 |
Harikrishna Gorrepati
Ranch Hand
Joined: Sep 23, 2010
Posts: 422
|
|
|
Thanks Soumyajit. I found jvm.dll at C:\Program Files\Java\jre6\bin\client and couldn't find "server" folder at C:\Program Files\Java\jre6\bin.
|
 |
Soumyajit Hazra
Ranch Hand
Joined: Jun 26, 2007
Posts: 136
|
|
|
Sorry my mistake. The server folder for jdk1.6 you will get in "jdk1.6.0_02\jre\bin\server" this location.
|
 |
Gari Jain
Ranch Hand
Joined: Jun 29, 2009
Posts: 100
|
|
just out of curiosity-
What are you going to do with jvm.dll?
|
OCPJP 6-100%; Preparing for GATE11
|
 |
Harikrishna Gorrepati
Ranch Hand
Joined: Sep 23, 2010
Posts: 422
|
|
Thanks Soumyajit. Now, I can see at both spots
Hi Gari Jain, Just wanted to know where jvm is located..I am not going to do anything with jvm.dll
BTW, How come JRE is existing under Java folder and under java\jdk folder.
C:\Program Files\java\jre1.5.0_02\bin\client
C:\Program Files\java\jdk1.5.0_15\jre\bin\server
|
 |
 |
|
|
subject: Where can I see JVM on my system
|
|
|