CaptureDeviceManager.getDeviceList(null) works fine if I run my application using javac. But It returns null if I run it in tomcat after deploying it using Spring? What is the problem here? How to use JMF with Spring 2.5? Thanks in advance..
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Make sure the JMF libraries are in the CATALINA_HOME/shared/lib directory rather than in your WEB-INF directory. |
|||
|