- Distributed Computing in Java 9
- Raja Malleswara Rao Pattamsetti
- 69字
- 2021-07-02 21:02:35
Building a JAR file from the interface classes
The first step is to compile the remote interface components and build a JAR file using it. Note that we have provided the commands for both Microsoft Windows and Solaris or Linux in the following sections:
- For Microsoft Windows:
cd C:DistributedComputingWorkspacesrc
javac C:DistributedComputingWorkspacesrc*.java
jar cvf calculate.jar
C:DistributedComputingWorkspaceclasses*.class
- For Solaris OS or Linux:
cd /home/distributedcomputing/workspace/src
javac /home/distributedcomputing/workspace/src/*.java
jar cvf calculate.jar
/home/distributedcomputing/workspace/classes/*.class
推薦閱讀
- AIRAndroid應用開發實戰
- INSTANT MinGW Starter
- Instant 960 Grid System
- Visual Basic程序設計實驗指導(第4版)
- 琢石成器:Windows環境下32位匯編語言程序設計
- 深入理解Android:Wi-Fi、NFC和GPS卷
- 低代碼平臺開發實踐:基于React
- Python算法詳解
- Java程序員面試筆試寶典(第2版)
- ArcGIS for Desktop Cookbook
- Python Interviews
- Django 5企業級Web應用開發實戰(視頻教學版)
- 數據結構:Python語言描述
- Test-Driven iOS Development with Swift
- 企業級Java現代化:寫給開發者的云原生簡明指南