Preparations for the
Programming assignments
- We
will discuss the programming in the class, and assign programming
assignments. Please get the following preparations.
- Install
a java software in your computer. If you will use
the computer in our lab, you do not need to do so, since we have this
software available in our lab. The java software is free download from the
internet. The web address is: http://java.sun.com/j2se/1.4/.
This is not the latest version. I am using this version in my computer.
(For a new computer, this step may be omitted.)
- Copy
the entire Mic1MMV directory from the CD-ROM to your hard disk.
- We
will use Mic1 Simulator.
- Loading
and Running IJVM programs: Test the three examples (ijvmtest.ijvm,
echo.ijvm, add.ijvm). You may find the instructions in either index.html
from the CD-ROM, or doc in Mic1MMV.
- Read
the documents and the source codes of the three examples. (ijvmtest.jas,
echo.jas, add.jas, users guide, include
introduction, getting started, program operations, programming manuals.)
- Our
program assignments will simply modify the examples.