CS100M Java Resources
Overview
CodeWarrior
Alternative IDEs
Packages
Miscellaneous
Home
Announcements
Staff&Help
Material
Exercises
Exams
Information
Syllabus
Times&Places
Examples
Projects
Grading

Overview
This page describes many of the Java resources used in CS100M. Here are answers to some common questions we get asked:

Back to Top
Back to CS100M Home


CodeWarrior
CodeWarrior is CS100M's officical integrated development environment (IDE):
Which Version?

The public labs have CodeWarrior version 5.x installed, but the Campus Bookstore is probably selling version 6.y. We do not expect to depend on any features specific to either version, but note that although the .java file formats should be identical or at least compatible, the Project file formats are almost certainly not backwards compatible. If you wish to switch between the two versions,
Help Public Labs Your own computer CUCS Stationery
Back to Top
Back to CS100M Home

Alternative IDEs
We recommend that you use CS100M's official IDE. If you choose to use alternatives, you are on own, and you run the risk of creating code unrecognizable to the graders. However, we recognize that you may wish to try different development environments.  We only provide the following links for helping you find these alternatives:
SDK: FORTE J++: JBuilder: Jcreator:
Back to Top
Back to CS100M Home

Packages
If you prefer to download specific files to add to your development environment, check out the following:
CUCS Savitch Chapman
Back to Top
Back to CS100M Home

Miscellaneous
Unicode Java Mac Users Programming Style On-line Dictionaries

Back to Top
Back to CS100M Home