QUICK LINKS

  Configure JCreator 4.0

  



Downloads for Computer Science

On this page you'll find materials you can download to enhance your programs and materials for you to set up a programming environment at home. All of these materials are freeware or open source software which means you can use them free of charge.

The most of the links are to materials on our site. Others are links to other sites where you can find the materials to download.

 

  Setting up a programming environment at home

First, you need to install the Java 6 version 1.6.07 software development kit (SDK). It is imperative that you install this first! The documentation is optional, but is useful if you have enough space on your hard drive.

(Note: If you are running Windows Vista 64-bit version, you'll need a different version which can be downloaded from http://www.javasoft.com.)

JDK 1.6 update 7  Java 6 Docs

Second, you'll need a compiler. We are using IntelliJ IDEA. An alternate that you can use which is more basic is the JCreator Compiler. The version of JCreator we have installed on our computers at school is 4.5LE. The version of IntelliJ IDEA is 7.0.4. No license is required for JCreator. A copy of the license for IntelliJ can be obtained from Mrs. Caso. Only one copy of IntelliJ can be installed at home.

IntelliJ IDEA  JCreator 4.50 LE

Third, you'll need the Toolkits that came with our text and the ones I got from the Internet. Just extract them to your hard drive. Once they are extracted, move the entire Toolkits folder to the JDK folder on your hard drive. Most likely the path should look like: C:\Program Files\Java\jdk1.6.0_07.

Toolkits

When you finish installing everything, you'll need to configure JCreator and/or install the settings for IntelliJ IDEA. I've included the instructions for these processes in the Quick Links on the left.

 

  Grid World Case Study

In addition to the materials above, we will also be using the Grid World Case Study to prepare for the AP Exam in May. You can download these materials using the links below:

Grid World Code
Installation Guide
Quick Reference

  StarUML

Part of the requirements for the final project is the inclusion of a UML diagram of the classes in the program. This topic is covered in Lesson 12 in the textbook. Additional points can be earned by creating a collaboration diagram for part of the program as well. To use this program at home, download and install it using this link:

 StarUML