Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Im working with web application and JMF Framework. When start Tomcat from line command my application run ok. When start Tomcat from myeclipse debug mode my application no detecte any capture device.
Thank you
Daniel
Daniel,
I believe JMF requires native resources like DLLs doesn’t it? If so, you will need to go to your Tomcat connector settings under Window > Prefs > MyEclipse > App Servers > Tomcat 5 > Paths, and in the last box, append the directory that contains the native resources to your library path so Tomcat can find them at run time.
Tanks for you answer. I put the jars in “Append to classpath” window. These jars are in the JMF Studio installations directory, for example
sond.jar path > c:\Program Files\JMF2.1.1e\lib
jmf.jar path > c:\Program Files\JMF2.1.1e\lib
folder lib path > c:\Program Files\JMF2.1.1e\lib
If you do indeed need DLLs you will need to modify your java.library.path java property. Go to the JDK preference page under Tomcat connection. In the vmargs use something like