java.lang.NoClassDefFoundError: javax/media/ControllerListener
March 20th, 2009
Applies to:
JSF 1.2.x
Description:
Thrown if the Java Virtual Machine or a ClassLoader instance tries to load in the definition of a class and no definition of the class could be found.
Cause:
This happens in two situations:
* jmf.jar is not in your CLASSPATH
* jmf.jar is in your CLASSPATH but you are using the JDK 1.2+ appletviewer.
JDK 1.2 and later require standard extensions to be loaded from/jre/lib/ext directory. When you install JMF 2.1.1 /jre/lib/ext directory.