Fobs4JMF problem
Hi everyone, I a m actually trying to make a media player using fobs4jmf. I've set both JMF anf FOBS4JMF up. I've also added jar files and placed fobs4jmf.dll in system32 directory then replaced original jmf properties file by the fobs4jmf one. Finally, I've configured JMFRegistry as specified on their site.
When I try to open a media with JMStudio, it works well but it fails when I try to open the same file with my application and I get the following error :
"java.lang.UnsatisfiedLinkError: fobs4jmf (Not found in java.library.path)
Fobs4JMF - Native shared library NOT found
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:956)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:925)
at java.lang.System.loadLibrary(System.java:452)
at com.moesol.bindings.NativeLibraryFinder.loadLibrary(NativeLibraryFinder.java:63)
at com.omnividea.media.parser.video.Parser.<clinit>(Parser.java:107)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
at com.omnividea.media.content.unknown.Handler.setSource(Handler.java:94)
at javax.media.Manager.createPlayerForSource(Manager.java:1453)
at javax.media.Manager.createPlayerForContent(Manager.java:1326)
at javax.media.Manager.createPlayer(Manager.java:417)
at player.MediaPlayer.loadVideo(MediaPlayer.java:58)
at player.MediaPlayer.<init>(MediaPlayer.java:46)
at player.MediaPlayer.main(MediaPlayer.java:220)
java.lang.ExceptionInInitializerError: fobs4jmf (Not found in java.library.path)
java.lang.NoClassDefFoundError: com.omnividea.media.parser.video.Parser (initialization failure)"
I really dont have no idea of how I could fix this problem and I would really apreciate some help.
Thx a lot

