文档

Java™ 教程-Java Tutorials 中文版
编译并运行示例
Trail: RMI

编译并运行示例

Now that the code for the compute engine example has been written, it needs to be compiled and run.

编译示例程序

In this section, you learn how to compile the server and the client programs that make up the compute engine example.

运行示例程序

Finally, you run the server and client programs and consequently compute the value of the pi symbol.


Previous page: Creating a Client Program
Next page: Compiling the Example Programs