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



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.



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.