Installing JDeveloper 12c on Mac OSX Mavericks

Oracle has a pretty nice installer for Windows. Linux users are expected to know how to set things up. Mac OSX is where things start getting a little iffy. This is a small guide I’ve compiled on getting JDeveloper to work on a Mac OSX Mavericks system (I upgraded yesterday).

Install the latest JDK

Screen Shot 2013-10-27 at 9.31.17 PM

Make sure you install the latest available JDK from here and choose the Mac OSx .dmg file. As of this writing, the latest version is 7u45. Double click the dmg to install. Once done, open your terminal and type

which java

You should get the installation path.

Screen Shot 2013-10-27 at 9.32.22 PM

Download the generic JDeveloper jar

Download the latest JDeveloper generic .jar from here . Choose the generic option

Screen Shot 2013-10-27 at 9.36.34 PM

Save the file to the downloads folder. Once the download completes, open the terminal.

cd ~/Downloads
ls *.jar
>>jdev_suite_121200.jar
java -jar jdev_suite_121200.jar

Screen Shot 2013-10-27 at 9.38.26 PM

This should open the installer. Choose all defaults and install. Choose everyone in the options so that everyone can make changes. Complete the installation.

Screen Shot 2013-10-27 at 9.40.32 PM

And that’s it! Pretty straightforward. Now you can continue setting up JDevloper to work with either ADF and ADF Mobile applications. I’ll cover that in another tutorial.

Comments are welcome! You can visit me at www.ackshaey.com, which should have links to LinkedIn, Github and other good stuff.

– Ackshaey Singh

www.ackshaey.com

6 thoughts on “Installing JDeveloper 12c on Mac OSX Mavericks

  1. Hi…thanks for posting this. It worked with Jdeveloper 12c. I also need to install Jdeveloper OAF version (patch 9879989) on Mac. This is a generic zip file and not a jar. Any tips on how this installs on mac os mavericks. Thx!

Leave a reply to sridhar Cancel reply