Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java EE SDK 6 is not being installed on windows 7

I am successfully running 64 bit JDK. But I now need to install the Java EE sdk 6 on the windows 7 machine. I have downloaded "java_ee_sdk-6u4-windows.exe" from Oracle website. But when I try to install it, I get the error which is attached in the attached screenshot.enter image description here

I have double checked my java_home and class-path, they are perfect.

Any idea how to get it fixed.

like image 772
vicky Avatar asked Sep 03 '13 05:09

vicky


1 Answers

I gave some more tries, and at the end, command worked with quotes on the jdk path.

C:\Users\jsmith\Downloads>java_ee_sdk-6u4-windows.exe -j "C:\Program Files\Java\ jdk1.6.0_39".

Thanks

like image 130
vicky Avatar answered Oct 05 '22 23:10

vicky