wtb
02-13-2007, 09:31 PM
I am an experienced C developer, but not as much with Java. I'm trying to get the HME SDK working on a Mac (latest OSX). I was able to build it OK with Ant it appears. I can get the simulator working with HelloWorld, but when I try to get just HelloWorld to run with the suggested command:
java -cp hme-host-sample.jar:samples/sample.jar \
com.tivo.hme.host.sample.Main \
com.tivo.hme.samples.hello.HelloWorld
I get:
HME SDK 1.4 (TiVo, Inc.)
error: class not found: com.tivo.hme.samples.hello.HelloWorld
error: check the classpath and access permissions
Failed to instantiate any HME apps
Any suggestions?
java -cp hme-host-sample.jar:samples/sample.jar \
com.tivo.hme.host.sample.Main \
com.tivo.hme.samples.hello.HelloWorld
I get:
HME SDK 1.4 (TiVo, Inc.)
error: class not found: com.tivo.hme.samples.hello.HelloWorld
error: check the classpath and access permissions
Failed to instantiate any HME apps
Any suggestions?