PDA

View Full Version : Java libraries


synthpop88
07-17-2007, 12:28 AM
Hello all,
I recently discovered this aspect of TiVo development and it has really intrigued me, especially since it's in Java, which is the language I prefer. I have looked the javadocs of both the UI kit and the SDK. I was wondering if there is some standard Java library that is available to developers. Put differently, what does the TiVo run? J2ME? J2SE? Or is it something a bit different, without access to the standard libraries? Thanks!


Edit: D'oh! I just looked at some sample code and saw that apparently the J2SE API...or much of it anyway..is available...sorry :( However, if someone could confirm this it would be nice :o

JamieP
07-17-2007, 10:24 AM
Hello all,
I recently discovered this aspect of TiVo development and it has really intrigued me, especially since it's in Java, which is the language I prefer. I have looked the javadocs of both the UI kit and the SDK. I was wondering if there is some standard Java library that is available to developers. Put differently, what does the TiVo run? J2ME? J2SE? Or is it something a bit different, without access to the standard libraries? Thanks!


Edit: D'oh! I just looked at some sample code and saw that apparently the J2SE API...or much of it anyway..is available...sorry :( However, if someone could confirm this it would be nice :oThere is no java runtime on the tivo. All the java code runs on your PC.