This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes what is jvm.cfg file and its use? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "what is jvm.cfg file and its use?" Watch "what is jvm.cfg file and its use?" New topic
Author

what is jvm.cfg file and its use?

senthil sen
Ranch Hand

Joined: Oct 10, 2002
Posts: 182
what is the use of jvm.cfg file?
arulk pillai
Author
Ranch Hand

Joined: May 31, 2007
Posts: 3190
I think it specifies the default jvm properties.

You can open and have a look at this file

<java-folder>\jre1.5.0\lib\i386


Java Interview Questions and Answers Blog | Amazon.com profile | Java Interview Books
Ananth Chellathurai
Ranch Hand

Joined: Nov 21, 2007
Posts: 348

jvm.cfg is part of the Java Runtime Environment from Sun Microsystems.

It is located in "JAVA_HOME\j2re1.x.x\lib\i386\".

Ananth Chellathurai


Ananth Chellathurai [Walk on software]
 
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: what is jvm.cfg file and its use?
 
Similar Threads
JRE problem
Use cmd and not an IDE.
how to start eclipse
jvm.cfg, mem heap size
the compilers not computing man!