my programs compile but when I run the
applet i get the following error
the morphcam class extends JPanel and uses the jmf package, and Morph has got the morphcam panel added to it.
i would like to know why i get the following erro
java.lang.NoClassDefFoundError: javax/media/CaptureDeviceManager
at MorphCam.(MorphCam.java:63)
at Morph.(Morph.java:47)