| Author |
Where does it gets one JVM ?
|
Sabyasachi Chowdhury
Greenhorn
Joined: Jul 22, 2004
Posts: 7
|
|
When I write a java class and put its class file in a server then the server loeads it and executes it. But when I write a simple java class which has a public static void main method...and when I run it from the comand prompt by typing java HelloWorld how does its gets a JVM? Sabya
|
 |
Jeff Bosch
Ranch Hand
Joined: Jul 30, 2003
Posts: 804
|
|
|
Somewhere there's a PATH statement that lists the path to the java.exe binary executable. The classpath I believe always includes the current working directory, designated by a period in the CLASSPATH statement...
|
Give a man a fish, he'll eat for one day. <br />Teach a man to fish, he'll drink all your beer.<br /> <br />Cheers,<br /> <br />Jeff (SCJP 1.4, SCJD in progress, if you can call that progress...)
|
 |
 |
|
|
subject: Where does it gets one JVM ?
|
|
|