Hi all!

I´m developing an application in the Eclipse RCP. In order to use media files, i´m working with JMF at the moment. Now i want to use FOBS4JMF in order to gain access to more codecs.

Is someone experienced in integrating that into RCP? In order to make JMF working, i had to define a plugin with the jar files of JMF. How can i register the FOBS4JMF Jar in my application code at JMF? Just installing it like the install notes on the homepage isn´t working, because RCP only knows the defined plugins...so i have to tell jmf out of my application that there is this plugin to use...is there some kind of plugin.register() or something like that?

...some help would be great!