The Artima Developer Community
Sponsored Link

Java Buzz Forum
Using Java 1.5 on OS X 10.4

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
Norman Richards

Posts: 396
Nickname: orb
Registered: Jun, 2003

Norman Richards is co-author of XDoclet in Action
Using Java 1.5 on OS X 10.4 Posted: Apr 30, 2005 9:23 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Norman Richards.
Original Post: Using Java 1.5 on OS X 10.4
Feed Title: Orb [norman richards]
Feed URL: http://members.capmac.org/~orb/blog.cgi/tech/java?flav=rss
Feed Description: Monkey number 312,978,199
Latest Java Buzz Posts
Latest Java Buzz Posts by Norman Richards
Latest Posts From Orb [norman richards]

Advertisement

At long last, Java 1.5 is available for OS X. I am definitely disappointed the Mac users are second-class citizens in Java land, and I do wish that Apple would work with Sun to make sure that there OS X JVM updates come out at the same time as for other platform. For the time being, that's just the way the world works. We're finally caught up, so there is no point in crying about the situation.

If you don't yet have Java 1.5, you'll have to download and install it separately. Even when you do that, Java 1.5 won't replace Java 1.4 as the current JDK. It will be installed in /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0. If you want to use it, you'll need to update a few environment variables:

export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home
export PATH=$JAVA_HOME/bin:$PATH

If you are working from the command line, that's all you have to do. I haven't tested it out extensively, but I did compile the JBoss EJB3 preview from CVS and run it.

Read: Using Java 1.5 on OS X 10.4

Topic: IzPack 3.7.2 Released Previous Topic   Next Topic Topic: I digg technology, do you?

Sponsored Links



Google
  Web Artima.com   

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