CS100J 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 CS100J. Here are answers to some common questions we get asked:

Back to Top
Back to CS100J Home


CodeWarrior
CodeWarrior is CS100's officical integrated development environment (IDE):
Which version?

The public labs have CodeWarrior version 5.3 installed, but the Campus Bookstore is selling version 6.0. 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,

  • Create 2 separate Projects, one for each version of CodeWarrior.
  • Add the same .java files to both projects.
  • Help Public Labs Your own computer CUCS Stationery
    Back to Top
    Back to CS100J Home

    Alternative IDEs
    We recommend that you use CS100'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 CS100J 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 CS100J Home

    Miscellaneous
    Unicode Java Mac Users Programming Style On-line Dictionaries

    Back to Top
    Back to CS100J Home