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.

[695 byte] By [fran03a] at [2007-11-26 23:27:58]
# 1

JMF is very tricky in applets in web pages.

Had you considered launching your applet

using web start?

Here is an example of using JMF with web start

http://www.javasaver.com/testjs/jmf/#test3

(Note that example is an application, but it is

much the same as an applet launched using

web start).

AndrewThompson64a at 2007-7-10 14:37:17 > top of Java-index,Security,Cryptography...