javax/media/NoProcessorException when using an applet

hi,

I wrote a JMF application, this application gets a webcam source and shows it in a JPanel. But now I need a applet of this application. So when I tried to convert it to an applet by adding to the main class "extends javax.swing.JApplet" and I replaced "public static void main(String[] args)" by public void init() but when I try to start the applet in a browser (tried a lot of browsers) the following error occurs:

java.lang.NoClassDefFoundError: javax/media/NoProcessorException

at jmfexample.init(jmfexample.java:3)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

what I try to, I do not get my applet working. I tried to add all sources to an package, I added all the source to a jar file but non of these work, the error still occurs.

I also checkt the JMF settings but these are correct, my browser has access to the JMF and applets may access the JMF etc. I also searched for my webcam, but my cam is still in the device list.

here are my sources:

http://gigcom.gi.funpic.org/Webcam.rar

can somone please help me, its driving me nuts!!!

[1154 byte] By [Biesbosa] at [2007-11-26 14:56:48]
# 1
hijo revisa el archivo .policy.... marco.montilla@gmail.com
culosabrosoa at 2007-7-8 8:45:31 > top of Java-index,Security,Cryptography...
# 2
Hi there!I got the same problem as Biesbos but i can't speak spanisch so i don't know what culosabroso is saying.can someone help us out? in englisch maby?Thanks in advance...
Mathijsa at 2007-7-8 8:45:31 > top of Java-index,Security,Cryptography...
# 3
Hi,are you sure the applet/browser-java-pluig has access to the JMF?culosabroso (tasty a**) says you should check the .policy file, whatever that means. I do not think this guy is serious...Message was edited by: rainiero
rainieroa at 2007-7-8 8:45:31 > top of Java-index,Security,Cryptography...
# 4
yes, my jmf installation is correct, I've used the applet of sun that tested the browser configs, the result: jmf is accessible, and works perfectly
Biesbosa at 2007-7-8 8:45:31 > top of Java-index,Security,Cryptography...