Monday, 14 December 2015

How to create JVM (Java Vertual Machine)

To create JVM (Java Virtual Machine) there are two simple steps that is :

Step 1.
Open folder where your JDK Install, that is in C drive

Then Open these location: "C:\Program Folder\Java\jdk1.7.0\bin" if you not found these location then
it may be as :"C:\Program Files (x86)\Java\jdk1.7.0_45\bin"
and copy the path

Step 2.
Now
Open Properties of  your system by right click on your Computer Icon then open "Advance System Setting" then open "Environment variables" then click on "New" then you will see two text fields that is "Variable name" and "Variable value" in the first field variable name give any name and in the variable values paste path that was you copied then click on "OK" Button
here your JVM is created

No comments:

Post a Comment