The Artima Developer Community
Sponsored Link

Java Buzz Forum
appservers on mac os x

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Charlton Barreto

Posts: 116
Nickname: charlton
Registered: Oct, 2004

Charlton Barreto is a software architect specializing in Web Services standards and technologies....
appservers on mac os x Posted: Oct 29, 2004 6:21 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Charlton Barreto.
Original Post: appservers on mac os x
Feed Title: charlton barreto's weblog
Feed URL: http://www.mongoosesi.org/weblog/charlton/index.xml
Feed Description: charlton barreto's weblog
Latest Java Buzz Posts
Latest Java Buzz Posts by Charlton Barreto
Latest Posts From charlton barreto's weblog

Advertisement

to run certain J2EE application servers, one will need to "fix" the JDK on Mac OS X such that the server can recognise that /Library/Java/Home is a valid JAVA_HOME.

to address this, execute the following (assuming one is not root):


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

Read: appservers on mac os x

Topic: [Oct 21, 2004 00:34 PDT] 14 Links Previous Topic   Next Topic Topic: Macromedia Flex 1.5 Released

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use