Description: There is a file named Manifest.mf in the zip package. Please find it.
Please sure that all classes which are got by compiling are in directory
fancy. Let current directory is fancy s parent. Then type below command:
jar cvmf fancy/Manifest.mf MyCalendar.jar fancy/
If it s successful, you can get a MyCalendar.jar at current directory.
It what you want. Then you can use below command to run it:
java-jar MyCalendar.jar
File list (Check if you may need any files):
实用java小程序-java 日历
........................\fancy
........................\.....\MyCalendar$1.class
........................\.....\MyCalendar$2.class
........................\.....\MyCalendar$3.class
........................\.....\MyCalendar$4.class
........................\.....\MyCalendar$CalendarTable.class
........................\.....\MyCalendar.class
........................\Makefile
........................\Manifest.mf
........................\MyCalendar$1.class
........................\MyCalendar$2.class
........................\MyCalendar$3.class
........................\MyCalendar$4.class
........................\MyCalendar$CalendarTable.class
........................\MyCalendar.class
........................\MyCalendar.jar
........................\MyCalendar.java
........................\README.txt