没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > jremotebootstrap |
jremotebootstrap
|
0 | 0 | 13 |
贡献者 | 讨论 | 代码提交 |
概述
Java Bootstrap Client LibraryProject Information http://www.peterfranza.com/projects/java-bootstrap-client-library/
UsageServer:
To run the server java -cp JRemoteBootstrapper.jar org.franza.bootstrapper.server.Server
Optional
To change the port number that the server runs on add -Dport=3000 to the command line arguemnts.
Client:
To run the client either double-click the jar file, to load the graphical chooser or run the client java -jar JRemoteBootstrapper.jar -Dclass="_the.main.class_" org.franza.bootstrapper.client.classloader.Client
Optional
To change the port number that the the client listens for server on, add -Dport=3000 to the command line arguemnts.
创建时间:2014-05-11 19:25