- Distributed Computing in Java 9
- Raja Malleswara Rao Pattamsetti
- 56字
- 2021-07-02 21:02:35
Invoking the client
Client invocation needs to be done after the registry and host system are up and running. The following are the commands for client invocation:
- For Microsoft Windows:
java -cp
C:DistributedComputingWorkspacesrc;
C:DistributedComputingWorkspaceclassescalculate.jar -
Djava.rmi.server.codebase=file:
C:DistributedComputingWorkspaceclasses -
Djava.security.policy=client.policy client.CalculateClient
myserver.host.com 45
- For Solaris OS or Linux:
java -cp
/home/distributedcomputing/workspace/src;
/home/distributedcomputing/workspace/classes/calculate.jar -
Djava.rmi.server.codebase=http://myserver/~client/classes/ -
Djava.security.policy=client.policy client.CalculateClient
myserver.host.com 45
推薦閱讀
- LabVIEW 2018 虛擬儀器程序設(shè)計
- Java技術(shù)手冊(原書第7版)
- STM32F0實戰(zhàn):基于HAL庫開發(fā)
- Visual C#.NET程序設(shè)計
- Getting Started with Hazelcast(Second Edition)
- 從Power BI到Analysis Services:企業(yè)級數(shù)據(jù)分析實戰(zhàn)
- 并行編程方法與優(yōu)化實踐
- 算法設(shè)計與分析:基于C++編程語言的描述
- 遠方:兩位持續(xù)創(chuàng)業(yè)者的點滴思考
- 精通Spring:Java Web開發(fā)與Spring Boot高級功能
- Hands-On Dependency Injection in Go
- Unity 5 Game Optimization
- C語言程序設(shè)計實驗指導(dǎo)與習(xí)題精解
- Oracle Database 12c DBA官方手冊(第8版)
- Instant AppFog