• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Where can I see JVM on my system

 
Ranch Hand
Posts: 423
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 317
Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JVM is a virtual thing that is uder JRE not a directory.
 
Ranch Hand
Posts: 136
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Harikrishna Gorrepati
Ranch Hand
Posts: 423
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 136
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry my mistake. The server folder for jdk1.6 you will get in "jdk1.6.0_02\jre\bin\server" this location.
 
Ranch Hand
Posts: 100
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
just out of curiosity-

What are you going to do with jvm.dll?
 
Harikrishna Gorrepati
Ranch Hand
Posts: 423
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic