Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Applet Notinited...

843807Dec 27 2007 — edited Feb 19 2008
Hi, I'm not very experienced with java and am trying to create a voice recording applet. I have created the applet, but when I attach it to my htm file using the <applet> tags, it keeps coming up with the error Applet Transmitter Notinited, then it says Loading Java Applet Failed... The error is as follows:

java.lang.NoClassDefFoundError: javax/media/format/UnsupportedFormatException
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Please could someone help me.....would be very much appreciated :)
Thanks in advance. x
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2008
Added on Dec 27 2007
5 comments
127 views