This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Errors with JMF2.1
Posted by vinay on January 06, 2001 at 9:25 AM
Hi , I have installed java on linux with JMF2.1 , I am trying to create a simple player.When i run the JMFDiagnostic I get .. All Bound Native libraries not found. when I run SimplePlayerApplet I get java.lang.reflect.InvocationTargetException javax.media.NoPlayerException: Cannot find a Player for :file:/home/guest/movie/dragdrop.avi FATAL ERROR: Could not create player for file:/home/guest/movie/dragdrop.avi java.lang.Error: Could not create player for file:/home/guest/movie/dragdrop.avi at SimplePlayerApplet.Fatal(Compiled Code) at SimplePlayerApplet.init(Compiled Code) at sun.applet.AppletPanel.run(Compiled Code) at java.lang.Thread.run(Compiled Code) what should I do ?
thanks vinay
Replies:
|