[mythtv-users] Installing projectX from source?

Michael T. Dean mtdean at thirdcontact.com
Wed Oct 26 11:46:07 EDT 2005


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



More information about the mythtv-users mailing list