- Distributed Computing in Java 9
- Raja Malleswara Rao Pattamsetti
- 49字
- 2021-07-02 21:02:35
Building the server classes
The next step is to build the server classes. We have one server class called CalculateEngine that implements the Calculate remote interface:
- For Microsoft Windows:
cd C:DistributedComputingWorkspacesrc
javac -cp C:DistributedComputingWorkspaceclassescalculate.jar
remoteCalculateEngine.java
- For Solaris OS or Linux:
cd /home/distributedcomputing/workspace/src
javac -cp
/home/distributedcomputing/workspace/classes/calculate.jar
remote/CalculateEngine.java
推薦閱讀
- Extending Jenkins
- 現代C++編程:從入門到實踐
- Learn Type:Driven Development
- SharePoint Development with the SharePoint Framework
- 劍指MySQL:架構、調優與運維
- Yii Project Blueprints
- 微信小程序全棧開發技術與實戰(微課版)
- Learning PHP 7
- C++20高級編程
- RESTful Web Clients:基于超媒體的可復用客戶端
- 貫通Tomcat開發
- 遠方:兩位持續創業者的點滴思考
- iOS開發項目化入門教程
- Internet of Things with Arduino Cookbook
- C++設計模式