Those classes are part of the Java Media Framework.
        http://java.sun.com/products/java-media/jmf/

If you have already installed them, then you need to
export the necessary path variables.  For me
(using cygwin) it looks like this:

        JMFHOME="D:/Program Files/JMF2.1.1"
        CLASSPATH="$CLASSPATH;$JMFHOME/lib/jmf.jar"
        export CLASSPATH
        export JMFHOME



At 11:51 AM 20/02/2003 +1000, GB Liu wrote:

Hi Every:
 
I am trying to run the example files called  DemoJMFJ3D downloaded from:
(http://java.sun.com/products/java-media/jmf/2.1.1/solutions/DemoJMFJ3D.html)
 
I found I missed the following classes which are needed for running the program.  Could anyone tell me where I get those missing classes?  Thank you!
 
javax.media.Format;
javax.media.format.VideoFormat
javax.media.renderer.VideoRenderer
javax.media.Processor
javax.media.control.TrackControl
javax.media.format.RGBFormat
 
G.B. Liu

Reply via email to