Java Home Java Home
Home Setup: Mac Users
Mac Users


Macintosh OS contains a Java environment very similar to what we use in class. The underlying operating system is also very similar to Linux and uses the same commands.

1) An excellent free Java text editor is TextWrangler. Download it from here.

2) Run the terminal program. (Applications->Utilities->Terminal)

Terminal

3) From the terminal window, run "javac" and "java".

Terminal Window