Comment 9 for bug 104511

Revision history for this message
linex83 (linex83) wrote :

Thanks Giovani for the step-by-step instructions. In step 4 it should be said that the line should be "tail -n +309 $0 > $outname" in the end. It seems like the bin-file worked fine, but there have been some errors displayed:

java.lang.Error: Can't open video card 0
java.lang.Error: Can't open video card 1
java.lang.Error: Can't open video card 2
java.lang.Error: Can't open video card 3
java.lang.Error: Can't open video card 4
java.lang.Error: Can't open video card 5
java.lang.Error: Can't open video card 6
java.lang.Error: Can't open video card 7
java.lang.Error: Can't open video card 8
java.lang.Error: Can't open video card 9

I tried to ignore those errors. However, the given application (Lecturnity Player) still does not work properly. It says "java.lang.ClassNotFoundException: javax.media.TimeBase" whenever I try to play a video. Even though I set the variables as described above and even tried to run Java with the "-cp" argument.

I don't think that I made any mistakes while setting the classpath. So my guess would be that there is something wrong with JMF, but of course I don't really know. It would be nice if you could help. I'll be glad to provide any information you might need.