facebook

Capture Device

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #262892 Reply

    Daniel
    Participant

    Hi

    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

    #263014 Reply

    Riyad Kalla
    Member

    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.

    #264218 Reply

    Daniel
    Participant

    Hi

    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

    Tanks

    Daniel

    #264543 Reply

    Greg
    Member

    Daniel,

    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

    -Djava.library.path="c:\Program Files\JMF2.1.1e\lib"

    or whatever directory contains your DLL files.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Capture Device

You must be logged in to post in the forum log in