PLEASE HELP!!!
Hi all,
im sorry im going to ask a vry stupid quesiton but I really cant solve that...
-Im on windows XP
-ive installed jdk1.5.0_09
-i tried some tests and all is ok, i can compile and run my java applications
-Now i want to try some javaTV application
-i downloaded jtv-1_1_01-bin-doc.zip
-i exctract it
-i set path and classpath to point to this new dir
- i try to compile SimpleXlet.java
but I get a lot of errors like:
SimpleXlet.java:7: package javax.tv.xlet does not exist
import javax.tv.xlet.XletContext;
^
......
SimpleXlet.java:7: package org.havi.ui does not exist
import org.havi.ui.HScene;
^
WHAT IM DOING WRONG?
thanks all

