JDeveloper Error : (CMD property not found in autorun.inf)

Ahuramazda picture Ahuramazda · Aug 19, 2013 · Viewed 7.4k times · Source

actually i was trying to install the program jdev_suite_121200_win64.exe which i already downloaded from oracle web site but when i was trying to install it after the first page of installation i got this error CMD property not found in autorun.inf. i already tried run as administrator & running the program through the CMD. searched in Google & oracle forum just gave me this link https://forums.oracle.com/thread/2559818.which i couldn't get anything useful from it .

Answer

The correct answer is do as follow (did it on Windows 8.1 x64):

  1. Install 7Zip (x64 in my case) on your PC;
  2. Right click on "jdev_suite_121300_win64.exe", select 7Zip and extract on a folder of your preference;
  3. On a elevated command prompt (in my case I used Windows PowerShell running as administrator), go to the folder "Disk1", that had to be inside the folder you just extracted "jdev_suite_121300_win64.exe";
  4. Do the follow command (without double quotes): C:\PROGRA~1\Java\(..your JDK.., in my case jdk1.8.0_20)\bin\java.exe -jar install/modules/ora-launcher.jar DISKCNT=1 JRE_COMPONENT=oracle.jdk;oracle.jre;

Enjoy ;-) !!