Install and Configure JMF (Java Media Framework) on your computer

1. Download JMF from SUN. http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/download.html
2. Install download file.  In this case the program was installed into C:\Program Files (x86)\JMF2.1.1e
3. Configure environment variables.
3.1 set  JMFHOME=C:\Program Files (x86)\JMF2.1.1e
3.2 set CLASSPATH=%JMFHOME%\lib\jmf.jar;%JMFHOME%\lib\sound.jar;%CLASSPATH%
4. Diagnose the installation of your copy of the JMF by running the following JavaApplet:
http:/java.sun.com/products/java-media/jmf/2.1.1/jmfdiagnostics.html

If you are usingIDE like Eclipse, instead of installing this package into your computer you can just import the package into your project.

No comments:

Post a Comment

Datatable static image not found on the server

When you use ```datatables.min.css``` and ```datatables.min.js``` locally, instead of datatables CDN, you may have encountered that ```sort...