Home Page for CIS 5930-08
Applications of
Information Technology II
Spring 2001
homework 5 guide
(1) Installation guide:
(2) Available machines
You can use it on sirah. It require you to use x window application.
It is on /usr/java/j2sdkee1.2.1 .
You can use it on pc in csit. There are 3 machines available.
(3)Programming Tips:
Make sure you primary key class is right. In this assignment, you need
only a simple primary key. You don't need the combine primary key, so your
primary key class should have just one public variable(book name). String
Object has a method hashCode(). It will help you to get the hashcode for
string.
(4)Examples for lecture
It is in /usr/java/j2sdkee1.2.1/users
(5)How to running on windows:
You need change your classpath by using set command:
set J2EE_HOME=
set CPATH=.;%J2EE_HOME%\lib\j2ee.jar;ConverterAppClient.jar
java -classpath "%CPATH%" ConverterClient