How to install Oracle JDeveloper 12c on Windows 10 64bit



Download jdk-8u101-windows-x64.exe here is the Link and jdeveloper 12c 12.2.1.3.0 will work fine and I have found the jdk version compatibility from a blog by three days searching.

I have also tried

jdk-8u121-windows-x64.exe
jdk-8u111-windows-x64.exe
jdk-8u131-windows-x64.exe

but face a problem "Waiting for Designer to initialize Rendering Page"


If installed JDeveloper with JDK ...112 or ...121... and facing such problem then uninstall jdk, download  jdk-8u101-windows-x64.exe change SetJavaHome in the file ...\jdeveloper\jdev\bin\jdev.conf 

SetJavaHome C:\Program Files\Java\jdk1.8.0_101 

Download JDeveloper 12c

Accept License Agreement and download two files for Generic/Others(2.1GB) file1, file2

3 files you should have

jdev_suite_122130.jar
jdev_suite_1221302.jar
jdk-8u101-windows-x64.exe

Install JDK 

Run console CMD as Admin, you go to your download folder or double click on file  jdk-8u101-windows-x64.exe.

Click on "Next"
Click on "Next"
Click on "Next"
Wait for installation complete
Click on "Close"

Install JDeveloper

Use this command at cmd command prompt
"C:\Program Files\Java\jdk1.8.0_101\bin\java" -jar F:\JDev_12c\Genaric\jdev_suite_122130.jar

Remember use "" for JDK java location, because between words Program Files is space.

Later opens automatically JDeveloper wizard

Welcome: Click on "Next"

Auto Updates: Select Skip Auto updates and then click on "Next"

Installation Location: Select directory  for Oracle Home and then click on "Next"

Prerequisite Checks: If java check fails or ok Click on "Next"

Installation Summary: Click on "Install"

Installation Progress: Click on "Next"

Installation Complete: Click on "Finish"

Starting JDevelopers IDE Studio....

Select Role: Leave the default value of the Studio Developer (All Features) option  or  you can choose from 5 roles:
- Studio Developer (All Features): This includes all the features of the IDE
- Customization Developer: This allows the developer to create customizable applications using the Oracle Metadata Service (MDS) framework
- Database Developer: This gives access to the core database development tools
Java Developer: This includes only features of core Java development
- Java EE Developer: This includes features of core Java EE development 



and then click on OK (I always uncheck the option "Always prompt for user selection on startup")

Now you see new JDeveloper IDE Studio 12c.

How to check the version of JDeveloper?

Click on Help > About > Tab Properties and write word JDK and later 64 in search

Good Luck..............

No comments:

Post a Comment