Sample Server

The Java HME SDK includes the jar hme-host-sample.jar which contains the sample server.
It can be run with a line like:

java -cp "hme-host-sample.jar;your.jar;hme.jar;bananas.jar" com.tivo.hme.host.sample.Main your.main.application.ClassName

or
java -cp "hme-host-sample.jar;your.jar;hme.jar;bananas.jar" com.tivo.hme.host.sample.Main --launcher launcher.txt

where launcher.txt includes an entry like your.main.application.ClassName args for each application class you want it to run.
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License