Installing Java on Your Own Machine

Take CS 5 home -- or at least back to your dorm room :-)! Below are detailed instructions for setting up your machine with the software needed so that you can compile and run java from there.




This page was quickly updated to reflect the latest technology. Please email me if you find any type-os or have suggestions for improvement. Thanks!




Windows

  1. Check for Java itself

    To see if you have the Java SDK (software development kit) already on your computer, search for a file name javac.exe. If you don't have at least version 1.5.0..., definitely download the newest one:

  2. An IDE (or not)

    It's actually not necessary to install JCreator to write Java programs (see the command-line instructions for more), but it can make programming easier -- and it's what we'll be using in the PC labs.

    If you'd like to use JCreator (PC only) it's freely available at http://www.jcreator.com/download.htm:



Mac OS X

This section hopefully coming soon (if you want to bring your Apple to my office during office hours, I'd be happy to help you in person).