Marius:<br>
<br>
If this is something like the error that you are getting:<br>
<br>
Exception in thread "main" java.lang.UnsatisfiedLinkError: initState<br>
at gnu.java.awt.peer.gtk.GdkGraphics2D.initState(int[], int, int) (/usr/lib/lib-gnu-java-awt-peer-gtk.so.6.0.0)<br>
at
gnu.java.awt.peer.gtk.GdkGraphics2D.GdkGraphics2D(java.awt.image.BufferedImage)
(/usr/lib/lib-gnu-java-awt-peer-gtk.so.6.0.0)<br>
at
gnu.java.awt.peer.gtk.GdkGraphicsEnvironment.createGraphics(java.awt.image.BufferedImage)
(/usr/lib/lib-gnu-java-awt-peer-gtk.so.6.0.0)<br>
at java.awt.image.BufferedImage.createGraphics() (/usr/lib/libgcj.so.6.0.0)<br>
at
net.sourceforge.dvb.projectx.subtitle.SubPicture$Picture.SubPicture$Picture(net.sourceforge.dvb.projectx.subtitle.SubPicture)
(Unknown Source)<br>
at net.sourceforge.dvb.projectx.subtitle.SubPicture.SubPicture() (Unknown Source)<br>
at net.sourceforge.dvb.projectx.common.X.<clinit>() (Unknown Source)<br>
at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.6.0.0)<br>
at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.6.0.0)<br>
at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)<br>
<br>
then ProjectX is still not getting to the Sun java executable. If
it is some other error, please post and perhaps I can help.<br>
<br>
George<br><br><div><span class="gmail_quote">On 9/20/05, <b class="gmail_sendername">Marius Schrecker</b> <<a href="mailto:marius@schrecker.org">marius@schrecker.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>-----Opprinnelig melding-----<br>Fra: <a href="mailto:mythtv-users-bounces@mythtv.org">mythtv-users-bounces@mythtv.org</a> [mailto:<a href="mailto:mythtv-users-bounces@mythtv.org">mythtv-users-bounces@mythtv.org</a>
] På vegne av George Galt<br>Sendt: 20. september 2005 14:50<br>Til: Discussion about mythtv<br>Emne: Re: [mythtv-users] OT? : Java < projectx < mythburn<br><br>>Marius:<br>><br>>Have you tried calling projectx with an explicit path to the Sun Java executable? I use:
<br>>/usr/share/jre1.5.0_04/bin/java -jar /path/to/ProjectX/ProjectX.jar<br>><br>>George<br>Hi George, and thanks.<br><br>No, I haven't got that far. Still trying to build.<br>I
fixed the problem with build.sh not finding jar and javac executables
by exporting the PATH, JDK_HOME and JAVA_HOME variables, and am now
getting a different error with build.sh not finding class definitions
(as expected as I have no idea what to set as the CLASSPATH).<br><br>Should be simple enough for someone who knows what they're doing ☺<br><br>Cheers<br><br>Marius<br><br><br><br>_______________________________________________
<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br><br><br></blockquote></div><br>