..
> How can i check properly if the Java Media Framework ist installed on
> the Computer?
...
> ...Currently we are trying to invoke a Class/Method from the
> JMF and if there is a ClassNotFoundException we assume that there ist
> no JMF installed. No the best way..... ;-)
The makers of JMF use this applet ..
<http://java.sun.com/products/java-media/jmf/2.1.1/jmfdiagnostics.html>
..source is linked from the page.
I didn't check the source, but I suspect they are doing much
the same as what you've already done.
> I've searched a bit and i didn't found a good solution..
I don't suppose you stumbled across the forum that specialises
in the JMF in your searching? It can be found here..
<http://forum.java.sun.com/forum.jspa?forumID=28>
HTH
Andrew T.
Carsten Marx - 13 Jul 2006 19:00 GMT
Andrew T. schrieb:
> The makers of JMF use this applet ..
> <http://java.sun.com/products/java-media/jmf/2.1.1/jmfdiagnostics.html>
> ..source is linked from the page.
Thanks for the tip.. but the linked zip with the source is EMPTY...
Has anyone this source code.
Thanks and best regards,
Carsten
Oliver Wong - 13 Jul 2006 19:20 GMT
> Andrew T. schrieb:
>
[quoted text clipped - 5 lines]
>
> Has anyone this source code.
I tried downloading from the link just now (2006-07-13-14:19 EST), and I
got a zip with the .class file and the .java source code. Try downloading it
again? Or try downloading it from another computer?
- Oliver
Andrew T. - 13 Jul 2006 19:23 GMT
> Andrew T. schrieb:
>
[quoted text clipped - 3 lines]
>
> Thanks for the tip.. but the linked zip with the source is EMPTY...
Really?! I just checked the link right now..
<http://java.sun.com/products/java-media/jmf/2.1.1/samples/diagnostics/jmfdiagnos
tics.zip>
I got a zip file that contained both classes and source.
Andrew T.
Carsten Marx - 13 Jul 2006 20:28 GMT
Andrew T. schrieb:
> Really?! I just checked the link right now..
> <http://java.sun.com/products/java-media/jmf/2.1.1/samples/diagnostics/jmfdiagnos
tics.zip>
> I got a zip file that contained both classes and source.
>
> Andrew T.
Damn it...i've downloaded it with Firefox ion Mac OSX and tried
unzipping it with Stuffit.. Folder empty!
Then i tried unzipping it with the shell command unzip... The files are
there.... WTF?
Ok, so now i have the files.. i take a look at it.
Thanks!
Andrew T. - 13 Jul 2006 20:38 GMT
> Andrew T. schrieb:
>
> > Really?! I just checked the link right now..
> > <http://java.sun.com/products/java-media/jmf/2.1.1/samples/diagnostics/jmfdiagnos
tics.zip>
> > I got a zip file that contained both classes and source.
..
> Damn it...i've downloaded it with Firefox ion Mac OSX and tried
> unzipping it with Stuffit.. Folder empty!
> Then i tried unzipping it with the shell command unzip... The files are
> there.... WTF?
LOL! I've given up trying to analyse these little eccentricities
with browsers and HTTP. ;-)
Andrew T.