advertisement

Weblog:   run WebLogic Server 8.1 on Mac OS X (Panther)
Subject:   WebLogic Workshop on Mac OS X
Date:   2004-01-13 15:16:49
From:   richardeberhardt
Thanks to Rod's great article and scripts, I was able to get WebLogic Server running on my PowerBook G4.


Anybody have any tips or scripts for getting the Workshop development environment working on OS X?


Thanks,


Rich

Main Topics Oldest First

Showing messages 1 through 1 of 1.

  • WebLogic Workshop on Mac OS X
    2004-01-15 08:55:34  anonymous2 [Reply | View]

    I am about to try Rod's tricks to get WLS running on my Mac. I have however been able to use WebLogic Workshop with Mac OS X for quite some while using the Linux download. unzip the bin file you download, and then look in bea/AUTORUN.INF for the command to run. Pick any of them. Launch and install...

    You will need to "fix" your JDK under Mac OS X by doing the following commands:

    sudo su -
    mkdir -p /Library/Java/Home/jre/bin
    mkdir /Library/Java/Home/jre/lib
    cd /Library/Java/Home/jre/bin
    ln -s ../../bin/java
    cd ../lib
    ln -s ../../../Classes/classes.jar rt.jar

    These are necessary otherwise Workshop won't know that /Library/Java/Home is a valid java home.

    Good luck,
    Tarun

Showing messages 1 through 1 of 1.