资 源 简 介
Java Bootstrap Client Library
Project Information http://www.peterfranza.com/projects/java-bootstrap-client-library/
Usage
Server:
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.