Hi everybody! I'm struggling to install
Java Media Framework (JMF) but I just can't manage to run the
diagnostics applet and when I try to get more info I obtain a ClassNotFoundException given by the applet. I just can't understand what's wrong. I downloaded JMF, installed it and
JMStudio started at the end of the installation: I used it to capture an avi video and saved it to my desktop, so I suppose something is working fine (it detected my webcam and my microphone correctly). However the diagnostic applet (link above) just doesn't work. Here are my system variables:
CLASSPATH:
Code:
C:\Program Files (x86)\JMF2.1.1e\lib\jmf.jar;C:\Program Files (x86)\JMF2.1.1e\lib\sound.jar;.;
Path:
Code:
C:\Program Files (x86)\JMF2.1.1e\lib\jmf.jar;C:\Program Files (x86)\JMF2.1.1e\lib;C:\Program Files (x86)\Java\jdk1.7.0_07\bin;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\x64\
Does anybody know what's going wrong? It's driving me insane, I think I did all perfect!