Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I'm looking for help learning Java on OS X



Well not exactly what you're looking for, but when I needed to get started in Java for the first time (a year ago) I found "On to Java 2" by Patrick Henry Winston and Sundar Narasimhan (Addison Wesley) a good start for me. It assumes you understand programming, but are new to Java. All you need to do the examples is a text editor and the command line, so it is truly platform independent, and relies on no GUI tools or platform-specific stuff.

- Colin


On 2002.11.17, at 03:56 AM, Greg Guerin wrote:

Rick Klint <email@hidden> wrote:

I9m am trying to learn how to program in Java on OS-X.
I am having a hard time trying to find information on learning Java on Mac
OS-X. All the books and websites that I find seem to be geared towards
learning Java on the Windows platform, and the 3Mac OS-X Java2 sites are
setup for people that already know Java. I9m looking for something (book,
websites, articles, etc...) that I can use with a beginning Java programming
book to help me make the examples in the books work on Mac OS-X . Any help
would be greatly appreciated,

Use Mac OS X's Terminal application, located in /Applications/Utilities.
It's the same as any other Unix-shell (csh or tcsh, not sh or bash). That
is, commands like this work:
javac HollowWord.java
java -cp . HollowWord

and even:
man java
man javac
apropos java

-- GG
_______________________________________________
java-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/java-dev
Be sure to read the FAQ http://developer.apple.com/java/faq/ before posting
Do not post admin requests to the list. They will be ignored.
_______________________________________________
java-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/java-dev
Be sure to read the FAQ http://developer.apple.com/java/faq/ before posting
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: I'm looking for help learning Java on OS X (From: Greg Guerin <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.