- 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
推薦閱讀
- Cocos2D-X權(quán)威指南(第2版)
- Photoshop智能手機(jī)APP UI設(shè)計(jì)之道
- Learning Selenium Testing Tools with Python
- Learning Chef
- JMeter 性能測(cè)試實(shí)戰(zhàn)(第2版)
- 精通搜索分析
- Working with Odoo
- Python 3.7從入門(mén)到精通(視頻教學(xué)版)
- 零基礎(chǔ)學(xué)C語(yǔ)言程序設(shè)計(jì)
- Training Systems Using Python Statistical Modeling
- Julia數(shù)據(jù)科學(xué)應(yīng)用
- Scala Functional Programming Patterns
- 現(xiàn)代CPU性能分析與優(yōu)化
- SQL Server 2012 數(shù)據(jù)庫(kù)應(yīng)用教程(第3版)
- Python Automation Cookbook