📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -