Packaging
  • Simplest Java Self-contained package - a zip of:
    • hme.jar
    • hme-host-sample.jar
    • bananas.jar (if used)
    • your code in a .jar
    • any other .jars your code needs
    • launcher.txt containing:
      • your.fully.qualified.application.ClassName
    • a .bat file containing:
      • java -cp "hme-host-sample.jar;all-your-other-jars;hme.jar;bananas.jar" com.tivo.hme.host.sample.Main —launcher launcher.txt
  • Java Packaging for a Galleon installation:
    • Place your code in a jar and any other .jars your code needs in the Galleon home directory's "hme" subdirectory.
    • Add an entry for your application in the launcher.txt file in the "hme" subdirectory e.g.:
      • your.fully.qualified.application.ClassName
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License