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

java, jdeveloper, oracle

Solution

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

- Install 7Zip (x64 in my case) on your PC;

- Right click on "jdev_suite_121300_win64.exe", select 7Zip and extract on a folder of your preference;

- 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";

- 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 ;-) !!

Problem

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 .

Original source