« OTN Fusion Developer Day Coming To Australia | Main | Weekend Watching - Oracle ADF Faces Overview Seminar »

Installing JDeveloper 11g on Mac OS 10.5

This is actually a guest post - Marc Chanliau from the Oracle Web Service Manager product team sent me a quick email with instructions that he wrote up for installing JDeveloper on a macintosh - and I thought it would make a good blog post that might help people on OTN as well.

So here we go with Marc's instructions for:

Installing JDeveloper 11gR1 on Mac OS 10.5 (Leopard)

- Download jdevstudio11110install.jar from OTN (11.1.1.0.2).

1. Make Java 6 the default JVM on your Mac
- Run Java Preferences (in /Applications/Utilities/Java)
- Move the Java SE 6 (64 Bit) to the top of the Java application versions
list

2. In order for the installer to see JKD 1.6 on your Mac, you need to create
a sym link for classes.jar:
cd /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
sudo mkdir jre
cd jre
sudo mkdir lib
cd lib
sudo ln -s /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/classes/classes.jar rt.jar

3. Run the JDev installer by clicking on the jdevstudio11110install.jar you
downloaded -- this should automatically start the JAR Launcher and unpack
libraries.

If you keep all recommended install default values, JDev and ADF are installed
at:
/users/yourusername/oracle/middleware/jdeveloper
WebLogic Server gets installed at:
/users/yourusername/oracle/middleware/wlserver_10.3

4. To start JDev, you can create an alias in your .profile file as follows:
alias startjdev="/users/yourusername/oracle/middleware/jdeveloper/jdev/bin/jdev"

Comments (6)

Huwaidi, Hussein A:

What about the database part? is there a way to have a small Oracle database on my Mac ?

shay:

Hussein,
Seems like you can get an Oracle to work on Mac OSX see:
http://www.oracle.com/technology/tech/macos/index.html

And remember that JDeveloper can also work with non-Oracle databases if you need to...

leo_fly:

I have a problem tryng to install jDeveloper 11g on my Mac, I did all the steps put when i press on "Install" button, appeared a little window that says "A critical error tryng to install" something like that, and I don't know what to do, could you help me??

Shrinivas:

Dear Shay,

Sub: Deployment of ADF web application on Sun Solaris 10

First i would like to say 1000 thanks for your tips/notes that you shared for development of ADF web application that really helped lot for me.

I ve developed ADF web application, now I want to deploy ADF web application on sun solaris 10(sun sparc-64bit machine),ADF web application was developed on windows using JDeveloper 11g, oracle 10g db, i want to deploy same on solaris 10.
can you plz tell me basic steps of deployment of ADF web application on solaris 10.

which software i need to download and basic steps of deployment, i was searching for this in couple of days am getting nothing in google.

plz suggest any usefully links and steps..


Kind and Regards
Shrinivas

shay:

Shrinivas,
You'll need to install WebLogic 10.3 on your Solaris machine
http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html
and then follow the deployment instructions from the Fusion Developer Guide.
(or from this blog entry:
http://groundside.com/blog/DuncanMills?title=a_rough_guide_to&more=1&c=1&tb=1&pb=1
)
)

Phil:

Shay,
the install worked - thanks.

I don't see any .profile files for aliases? There's nothing in my user directory?

I am new to the Mac Environment, and other Mac java tips are apreciated.

Where do you typlically set the classpath?

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)