Java Media Framework - Putting jmf.jar in archive
Hi, I have posted the question in the applet section, but got no answers...
I have an applet and it needs a jar to run, I don't want to have the clients to put/install the jar (FYI: it is JMF). So I need to use the the archive in the applet tag.
In particular, I have:
<APPLET CODE="RTPPlayerApplet.class" ARCHIVE="jmf.jar" WIDTH=320 HEIGHT=240>
// other video tags...
</APPLET>
with the class and the jar file in the correct directory.
If I put the jmf.jar in the /ext folder in java, it works, however, it doesn't when I remove it in the client machine.
I am new to java so any help would be appreciated!
Thanks a lot.

