Launching your netlet
a) Must put your file in .jar format:
jar cvf YourNetlet.jar YourNetlet.class
b) Send your netlet to a running MCD:
1. Use WinMCTClient ... the pusher
You must read a .jar file into a mobileCodeContainer and
use the CodeTransferProtocol to send the container to a MCD.
Copy the code from WinMCTClient to do this.
3. Property Files used to pre-install code during the startup of a MCD