Getting Started
Objetives
Upon completion of this lab, you should be able to:
- Diagnose simple compilation and runtime errors
- Cerate a test program for an existing class
Lab preparation
You must have a terminal windows open en addition to the setup on which you work.
Launch a text editor. You can use any test editor available on your machine. Your
lab enviroment includes JEdit, which is an open source text editor with syntax highlighting. Launch it with the command :
jedit &
If that alias is not available, then execute this command:
java -jar /opt/jedit/jedit.jar &
Ask your instructor to wath other editors and tools your have access.
Exercise 1: Exploring Java™ Program Errors
Exercise 2: Creating Test Program(Level 1)
Exercise 2: Creating Test Program(Level 2)
Exercise 2: Creating Test Program(Level 3)