how to use JMF

hi,I think I will be writing some JMF code.I am now using j2sdk1.4.1_01,can I write JMF code with this one?or do I need to install new sdk for it?and I found that JMF API is apart from my standard API for J2SE,why?JMF is part of J2SE,isn't it?can anyone help?
[288 byte] By [sam_huang2003a] at [2007-9-23]
# 1

JMF is not part of J2SE. It is an optional package that must installed separately.

After all, why ship another 10Mb of code to every single Java user, if only

1% of the users would use it.So it will always be an extension to java.

You should read the Frequently asked questions section in the JMF documentation.That will answer a lot.

http://java.sun.com/products/java-media/jmf/reference/faqs/index.html

regards,

Owen

omcgoverna at 2007-7-13 > top of java,Security,Cryptography...