need help in installing jmf

Hi friends, i installed jmf-2_1_1e-windows-i586 to c:\programfiles .i need it just to capture image from webcam using java code.I installed it and read the readme about seting classpath and path.i have set it as follows

i dont know whether to change classpath and path from user variables for administrator or from system variables.please tell me

from user variables for administrator my class path has automatically changed to

.;.;.;C:\PROGRA~1\JMF21~1.1E\lib\sound.jar;C:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;

C:\PROGRA~1\JMF21~1.1E\lib;C:\WINDOWS\java\classes;.

and path

C:\Program Files\Sun\jstudio_ent8\ide\uml1\modules\DoorsIntegrationFiles\modules\bin;

i added this to it

C:\Program Files\JMF2.1.1e\lib

and from system variable i added following to class path

C:\Program Files\JMF2.1.1e\lib\jmf.jar;C:\Program Files\JMF2.1.1e\lib\sound.jar;C:\Program Files\JMF2.1.1e\lib\customizer.jar;C:\Program Files\JMF2.1.1e\lib\mediaplayer.jar;C:\Program Files\JMF2.1.1e\lib\multiplayer.jar;.

and to path

C:\Program Files\JMF2.1.1e\lib

and now while compliling the code it says package javax.media does not exists

i have set everyhting as mentioned above

please some one help me

[1266 byte] By [C-ddhesha] at [2007-11-26 19:34:13]
# 1
use the command javac -classpath "pathToTheJar/*.jar" yourCode.javainstead of setting so many environment variables.
varun_tayura at 2007-7-9 22:07:45 > top of Java-index,Security,Cryptography...
# 2
Doesn't jmf set the classpath and path for you. We don't even have to move even a strand of hair. Everything is handled by the jmf.
qUesT_foR_knOwLeDgea at 2007-7-9 22:07:46 > top of Java-index,Security,Cryptography...