Applet Archive ATtribute Problem

Hi,

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.

[623 byte] By [fran02a] at [2007-11-26 21:24:05]
# 1
Hi,Is there any help for me? I am still stuck on it...Thanks a lot
fran03a at 2007-7-10 3:03:59 > top of Java-index,Desktop,Core GUI APIs...