java_clearn

所属分类:其他智力游戏
开发工具:Java
文件大小:61KB
下载次数:1
上传日期:2013-08-07 17:13:27
上 传 者77217723
说明:  用Jave语言编写的小游戏,具有很高的参考价值,大家可以看下.
(Jave language with small game, with a high reference value, we can look.)

文件列表:
用java语言编写的日历 (0, 2005-06-15)
用java语言编写的日历\www.cnzz.cn (0, 2005-06-15)
用java语言编写的日历\www.cnzz.cn\fancy (0, 2005-01-25)
用java语言编写的日历\www.cnzz.cn\Makefile (189, 2002-03-27)
用java语言编写的日历\www.cnzz.cn\Manifest.mf (29, 2002-03-27)
用java语言编写的日历\www.cnzz.cn\META-INF (0, 2005-01-25)
用java语言编写的日历\www.cnzz.cn\META-INF\MANIFEST.MF (98, 2004-10-20)
用java语言编写的日历\www.cnzz.cn\MyCalendar$1.class (976, 2004-10-20)
用java语言编写的日历\www.cnzz.cn\MyCalendar$2.class (910, 2004-10-20)
用java语言编写的日历\www.cnzz.cn\MyCalendar$3.class (997, 2004-10-20)
用java语言编写的日历\www.cnzz.cn\MyCalendar$4.class (1068, 2004-10-20)
用java语言编写的日历\www.cnzz.cn\MyCalendar$CalendarTable.class (727, 2004-10-20)
用java语言编写的日历\www.cnzz.cn\MyCalendar.class (4656, 2004-10-20)
用java语言编写的日历\www.cnzz.cn\MyCalendar.jar (8967, 2004-10-20)
用java语言编写的日历\www.cnzz.cn\MyCalendar.java (8369, 2002-03-28)
用java语言编写的日历\使用说明.CHM (50118, 2004-11-30)

MyCalendar Source Code Raadme File By Fancy on 2002-3-25 ------------------------------------------------------------------------ INDEX ------------------------------------------------------------------------ FILES LIST NEEDED SOFTWARE ENVIRONMENT HOW TO COMPILE HOW TO RUN HOW TO SET CLASSPATH HOW TO MAKE A RUNABLE JAR PACKAGE HOW TO REPORT BUG HOW TO GET HELP ------------------------------------------------------------------------ FILES LIST ------------------------------------------------------------------------ calendar.zip |-- fancy | |-- Makefile for make command in linux | |-- Manifest.mf for making jar package | `-- MyCalendar.java source code |-- README.txt readme file in English `-- README_CH.txt readme file in Chinese ------------------------------------------------------------------------ NEEDED SOFTWARE ENVIRONMENT ------------------------------------------------------------------------ 1. You can compile and run MyCalendar under Linux, Windows or Other System (except DOS) 2. You must own J2SDK 1.4 (Java 2 Standard Edition Developer Kit v1.4) ------------------------------------------------------------------------ HOW TO COMPILE ------------------------------------------------------------------------ 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.class ------------------------------------------------------------------------ HOW TO RUN ------------------------------------------------------------------------ All classes are in directory fancy and the parent directory of fancy is in you CLASSPATH, then you can run MyCalendar. The command is java fancy.MyCalendar ------------------------------------------------------------------------ HOW TO SET CLASSPATH ------------------------------------------------------------------------ if your JDK1.4 is installed into C:\jdk14 (under Windows) or /usr/local/jdk14 (under Linux) you can set CLASSPATH like below one: set CLASSPATH=C:\jdk14\jre\lib\rt.jar;. (under Windows) or export CLASSPATH=/usr/local/jdk14/jre/lib/rt.jar:. (under Linux) ------------------------------------------------------------------------ HOW TO MAKE A RUNABLE JAR PACKAGE ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ HOW TO REPORT BUG ------------------------------------------------------------------------ If you found some bugs in MyCalendar, please tell the author, Fancy. 1. You can email to Fancy at outinn@163.com 2. You can write something in guestbook of http://outinn.yeah.net 3. You can post the message into java board of http://www3.ccw.com.cn ------------------------------------------------------------------------ HOW TO GET HELP ------------------------------------------------------------------------ You can ask help from Fancy at outinn@163.com ------------------------------------------------------------------------ -=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=- /\ __________/II\___ OUTINN / _[]_ /____\ \ /_________/| () |\__\ http://outinn.yeah.net/ | ____ /-| __ |-\| Welcome to visit OUTINN! |__|==|___| || |__| -=--=--=- |_||_| =- Fancy at outinn@163.com

近期下载者

相关文件


收藏者