how To detect JMF in os

240 views Asked by At
      how to detect JMF plugin in OS

is there any way to install JMF plugin siliently ?

thanks

1

There are 1 answers

0
SplinterReality On

JMF does have a silent install mode actually. You'd need to determine the proper OS version, download the installer and launch it with the silent installer flags.

A little googling turns up: http://www.thatsjava.com/java-tech/21950/

OS independent version is easier, you can either override the classloader, or download the JAR to one of the extension directories (see the java system properties to find out where these are)

Do I need to mention that all of these take administrative permissions, which aren't going to be available to you without extra steps on anything Vista+ or anything Unix. (including OS X)

Another question might have a more useful answer: How to capture video using JMF, but without installing JMF