PDA

View Full Version : Trying to Get HelloWorld to Work on Mac


wtb
02-13-2007, 08: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?

wtb
02-13-2007, 09:49 PM
I think I got it to work, although I had to press the TiVo button on the remote to get my TiVo out of the HelloWorld.

Doing a search, <http://www.tivocommunity.com/tivo-vb/printthread.php?t=224972&page=2&pp=30> helped with the example at <http://bitrazor.com/content/tivo/hm...ipse_demo1.html> showing how to set up Eclipse.

SafariKC
02-13-2007, 09:51 PM
I think I got it to work, although I had to press the TiVo button on the remote to get my TiVo out of the HelloWorld.

Doing a search, <http://www.tivocommunity.com/tivo-vb/printthread.php?t=224972&page=2&pp=30> helped with the example at <http://bitrazor.com/content/tivo/hm...ipse_demo1.html> showing how to set up Eclipse.

A little bit of self promotion here. But you should consider checking out:

http://www.tivocommunity.com/tivo-vb/showthread.php?t=339479

it should get you well on your way to enjoying HME.

Cheers,
KC

wtb
02-14-2007, 07:11 AM
Thanks. Already ordered it. Hope it's good! ;)

SafariKC
02-14-2007, 10:40 AM
Please do let us know what you think about it.

KC