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

