Notes for making JMF work with Intellij
- Download jmf2.1.1e from http://java.sun.com/products/java-media/jmf/2.1.1/download.html.
- Install jmf2.1.1e by running the executable (the software will make any necessary modification to CLASSPATH and PATH so any directory location should be usable).
- Start IntelliJ and open up the settings window.
- Under the IDE Settings click on JDK & Global Libraries.
- With the Classpath Tab selected click on ADD.
- Go to the location were the jmf2.1.1e\lib directory is located.
- Select the jar files by holding the ctrl key down and left mouse clicking on each jar file.
- Click OK when done selecting the jar files.
- The path to the jar files should now be listed under the Classpath Tab.
- Click OK to exit out of the window
- Close the Settings window.