Robin Gilks wrote:
Getting there... now I get the error:
Exception in thread "main" java.lang.NoClassDefFoundError:
net/sourceforge/dvb/projectx/common/X
Googling shows lots of people with the same error but so far I've not
found a solution. Again it comes down to the installation I think in that
the files are found when the jar is compiled but then NOT found at run
time ;-((
Note that this error occurs with just a simple {equivalant of} "projectx
--help"!!
Your CLASSPATH is incorrect. You shouldn't be running it from the loose
class files, anyway.
java -jar ProjectX.jar
will take care of all your CLASSPATH issues.
Mike
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users