readme
来自「JAVA分布式程序学习的课件(全英文)」· 代码 · 共 21 行
TXT
21 行
This set of files is a sample application for Java IDL,
Java 1.4 version.
(If you are at Java 1.2 or 1.3, use the sample files and
instruction from this page:
http://java.sun.com/docs/books/tutorial/idl/index.html
instead.)
This set of samples includes the following files:
Hello.idl The interface file
HelloImpl.java The interface implementation file
HelloServer.java The object server file
HelloClient.java The object client file
To compile and run:
>idlj -fall Hello.idl
>javac *.java
Start the name server before running the server and client.
Code is based on:
http://java.sun.com/j2se/1.4/docs/guide/idl/jidlSampleCode.html
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?