COMP 1406/1006 tutorials
This page is for extra help files related to the tutorials for COMP 1406.
- Tutorial 1 tips
- Tutorial 2 tips
- Tutorial 3 tips
- Tutorial 4 tips
- Tutorial 5 tips
- No tips for Tutorial 6
- Tutorial 7 tips
- No tips for Tutorial 8
- Tutorial 9 tips
- Tutorial 10 tips
Compiling on the lab machines
If you code won't compile and gives an error related to JDK1.6, go to Configure->Options
Double-click on JDK Profiles & delete the JDK 1.6 profile (it should be showing up in red)
Make sure that there is a JDK 1.5 profile available. If you need to make one, JDK 1.5 can be found in d://software/languages/java/jdk1.5.0_10
It doesn't matter which jdk 1.5 you choose, but you should probably choose the latest one available to you, which is jdk1.5.0_10
JDK 1.6 is no longer installed on the lab machines, but JCreator still tries to use it by default.