Source
You can browse the source code here: http://svn.abstracthorizon.org/playground/trunk/remote-vm-launcher/
Alternatively you can check it out with:
svn checkout http://svn.abstracthorizon.org/playground/trunk/remote-vm-launcher .
To build it, you'll need maven (major version 3) and JDK at least 1.6:
cd remote-vm-launcher mvn clean install
Project Organisation
Project is organised as three maven modules:
- remotevmlauncher-common - common code used by both the agent and the client
- remotevmlauncher-agent - the agent code to be executed on the target machine (i.e. Raspberry Pi)
- remotevmlauncher-client - the client code to be added to launcher configuration of your favourite IDE
You can find result artifacts, after successful build, in:
remote-vm-launcher/remotevmlauncher-agent/target remote-vm-launcher/remotevmlauncher-client/target