Re: [Libxine-java-devel] Problem running MuXineSWT
Status: Beta
Brought to you by:
freckle
From: Matthias R. <mri...@in...> - 2008-09-07 21:47:07
|
Hi Rui On 07.09.2008, at 22:40, Rui Fernandes wrote: > Hi, > > I installed Libxine-java on my Ubuntu 8.04 machine. I can get the > Fullscreen, and Player examples working just fine but I can't seem to > get the key events to work. What do you mean? In the player example, do the 'f' fullscreen and 'q' quit keys work? > Also when I run the MuXineSWT I get this > error message: > > Exception in thread "main" java.lang.IllegalAccessError: tried to > access method org.libxine.SWIGTYPE_p_void.getCPtr(Lorg/libxine/ > SWIGTYPE_p_void;)J > from class org.libxine.XineSWTCanvas > at org.libxine.XineSWTCanvas.tryActivate(XineSWTCanvas.java:147) > at > org.libxine.XineSWTCanvas.registerXineController(XineSWTCanvas.java: > 99) > at org.libxine.XineController.<init>(Unknown Source) > at org.libxine.Xine.createController(Unknown Source) > at example.MuXineSWT.main(MuXineSWT.java:28) > > BTW I am running eclipse 3.2 > > Any suggestions? Your help would be greatly appreciated. hm. haven't seen this before. I'm also using Ubuntu 8.04 on a normal 32-bit CPU for development. I've used the SWT 3.4 version. Can you try with the current SWT 3.4 jar and/or start from the command line, e.g. java -cp swt-3.4-gtk-linux-x86/swt.jar:build/ MuXineSWT Movie.mp4 regards, Matthias |