Marius:

If this is something like the error that you are getting:

Exception in thread "main" java.lang.UnsatisfiedLinkError: initState
   at gnu.java.awt.peer.gtk.GdkGraphics2D.initState(int[], int, int) (/usr/lib/lib-gnu-java-awt-peer-gtk.so.6.0.0)
   at gnu.java.awt.peer.gtk.GdkGraphics2D.GdkGraphics2D(java.awt.image.BufferedImage) (/usr/lib/lib-gnu-java-awt-peer-gtk.so.6.0.0)
   at gnu.java.awt.peer.gtk.GdkGraphicsEnvironment.createGraphics(java.awt.image.BufferedImage) (/usr/lib/lib-gnu-java-awt-peer-gtk.so.6.0.0)
   at java.awt.image.BufferedImage.createGraphics() (/usr/lib/libgcj.so.6.0.0)
   at net.sourceforge.dvb.projectx.subtitle.SubPicture$Picture.SubPicture$Picture(net.sourceforge.dvb.projectx.subtitle.SubPicture) (Unknown Source)
   at net.sourceforge.dvb.projectx.subtitle.SubPicture.SubPicture() (Unknown Source)
   at net.sourceforge.dvb.projectx.common.X.<clinit>() (Unknown Source)
   at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.6.0.0)
   at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.6.0.0)
   at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)

then ProjectX is still not getting to the Sun java executable.  If it is some other error, please post and perhaps I can help.

George

On 9/20/05, Marius Schrecker <[EMAIL PROTECTED]> wrote:


-----Opprinnelig melding-----
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] På vegne av George Galt
Sendt: 20. september 2005 14:50
Til: Discussion about mythtv
Emne: Re: [mythtv-users] OT? : Java < projectx < mythburn

>Marius:
>
>Have you tried calling projectx with an explicit path to the Sun Java executable?  I use:
>/usr/share/jre1.5.0_04/bin/java -jar /path/to/ProjectX/ProjectX.jar
>
>George
Hi George, and thanks.

No, I haven't got that far. Still trying to build.
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).

Should be simple enough for someone who knows what they're doing ☺

Cheers

Marius



_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users



_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to