-
首先,你应该确保你的jdk1.4是有效的,所有需要的类…
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
- 2023-07-26 01:10:03下载
- 积分:1
-
用JXTA实现的P2P应用程序,该应用程序主要时完成是,HungryPeer如何找到RestoNet对等组,并在同其他对等体建立管道连接的时候向其他对等体发送R...
用JXTA实现的P2P应用程序,该应用程序主要时完成是,HungryPeer如何找到RestoNet对等组,并在同其他对等体建立管道连接的时候向其他对等体发送Request-using JXTA P2P application, the application procedures will be completed, HungryPeer RestoNet on how to find such group, and with other bodies such as the right to establish the pipeline connecting to other bodies such as the right Send Request
- 2022-03-29 07:21:43下载
- 积分:1
-
一个用Java编写的记事本源程序
一个用Java编写的记事本源程序-a memo prepared by the source
- 2022-04-12 02:28:37下载
- 积分:1
-
用java写的一个很简单的五子棋程序,只能两个人对弈,不能人和电脑下棋,现在正在考虑这个算法...
用java写的一个很简单的五子棋程序,只能两个人对弈,不能人和电脑下棋,现在正在考虑这个算法-Using java to write a very simple Gobang procedures, only two people game, and the computer can not play chess, and now is considering this algorithm
- 2022-03-23 12:37:19下载
- 积分:1
-
java的消息队列
java的消息队列-the Message Queue
- 2022-02-05 04:58:47下载
- 积分:1
-
JAVA实现的网络服务器文件同步,分客户端和服务器端代码,
JAVA实现的网络服务器文件同步,分客户端和服务器端代码,-JAVA network file synchronization server, the client-server code
- 2022-01-26 04:09:46下载
- 积分:1
-
多线程通信描述的程序,设计项目:一个..
多线程通信 程序说明 Ⅰ、设计项目: 简单的聊天程序 Ⅱ、设计人: 刘亚焱 Ⅲ、设计时间: 2003.5.6 Ⅳ、设计步骤: 1)需求分析: 用java实现底层网络通信,我用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯。 2)设计部分: socket是一种流式通信机制,是一种基于连接的通信,即,在通信之前通信双方确认身份并建立一条 专用的虚拟连接通道,然后他们通过这条通道传送数据信息进行通信,当通信结束时再将原来所建的连 接拆除。-multithreaded communications description of the procedures, design projects : a simple chat program II, designer : Liu Yan III, the design time : 2003.5.6 IV, the design steps : 1) Demand Analysis : java achieve underlying network communication, I use the TCP/The IP socket (Socket) programming interfaces to network communications. 2) Design : socket is a streaming communication mechanism is based on a link of communication, namely, the communication before the two sides identified telecommunications and the establishment of a dedicated virtual link, and then they pass this information channel for transmission of data communications, when the communication ended when it originally construction of the link removed.
- 2022-02-02 13:34:24下载
- 积分:1
-
一个JAVA编写的俄罗斯方块
一个JAVA编写的俄罗斯方块-a sheet prepared by the Russian
- 2022-08-15 05:50:43下载
- 积分:1
-
整个系统采用MVC开发模式,基于JSP+Servlet+JavaBean
前台美工使用了CSS+DIV布局...
整个系统采用MVC开发模式,基于JSP+Servlet+JavaBean
前台美工使用了CSS+DIV布局-The entire system using MVC pattern of development, based on JSP+ Servlet+ JavaBean used front clip CSS+ DIV layout
- 2022-06-20 16:54:17下载
- 积分:1
-
自动售货机的模拟程序。在该程序的GUI中模拟选择商品并确认的过程...
自动售货机的模拟程序。在该程序的GUI中模拟选择商品并确认的过程-Program for simulate the automatic vending machine. You can simulate the procedure of choosing and confirming the merchandise from the GUI of the program.
- 2022-09-30 14:45:03下载
- 积分:1