cancel
Showing results for 
Search instead for 
Did you mean: 

how can I configurate java Virtual machince.

Former Member
0 Kudos

Hi experts:

I am installing IDES6.0 , it needs a virtual machine on my computer, J2sdk-1_4_2.zip is what I downloaded from sun website.there are two files in it .Woudl you please tell me how I can set running environment ?

Frank .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

To run the J2sdk installer, you must have the administrative privileges.

The file j2sdk-1_4_2_<version>-windows-i586-i.exe is the Java 2 SDK installer. If you downloaded it instead of running it directly from the web site, double-click on the installer's icon. Then follow the instructions the installer provides. The installer may ask you to reboot your computer. When done with the installation, you can delete the download file to recover disk space.

Then you have to set the two environmental variables:

JAVA_HOME ---> C:\j2sdk<version>

And add the following values in PATH environmental variable

C:\j2sdk<version>\bin

After this; just check this command at command prompt

java -version (you must get the current version you have just installed)

=====

Follow this link

http://java.sun.com/j2se/1.4.2/install-windows.html#install

Answers (0)