资 源 简 介
At first you should be sure that your JDK1.4 is valid and all needed
classes are in CLASSPATH. If you don t know how to set CLASSPATH, later
a section will tell you.
After unziped calendar.zip, there is a directory named fancy. Please
keep the directory and move it into a path which is in your CLASSPATH.
If you are under linux, you can change directory to fancy and type
make to compile it. It s like below command:
cd fancy
make
Or you are under Windows. you can change directory to fancy and use
command javac to compile it. It s like below command:
cd fancy
javac MyCalendar.java
After finished compiling, you can get below classes:
MyCalendar$1.class
MyCalendar$2.class
MyCalendar$3.class
MyCalendar$4.class
MyCalendar$CalendarTable.class
MyCalendar.cla-At first you should be sure that your JDK1.4 is valid and all needed classes are in the CLASSPATH . If you do not know how to set CLASSPATH. later a section will tell you. After unz