Search code examples
javanetbeansjmf

JMF and Netbeans


I have installed the JMF for windows (jmf-2_1_1e-windows-i586.exe) from the following link: http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-client-419417.html#7372-jmf-2.1.1e-oth-JPR

but when I double click on the executable file it unpacked to: C:\Users...\TEMP

I don't know how to solve this problem.

I need to add the jar files to Netbeans.

Any help would be appreciated.


Solution

  • I have installed JMF with Netbeans by installing the zip folder cross-platform java from the following link:

    http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-client-419417.html#7372-jmf-2.1.1e-oth-JPR

    and at NetBeans Project, I added to the project library the following .jar files:

    customizer.jar

    jmf.jar

    mediaplayer.jar

    multiplayer.jar

    I hope this will help.