java.lang.UnsatisfiedLinkError: no xuggle-xuggler in java.library.path

前端 未结 4 1502
感动是毒
感动是毒 2021-01-15 15:29

I\'m using Ubuntu 11.04 and Eclipse. I installed Xuggler succesfully, I\'ve checked the environment variables and everything related with linux in their FAQ: http://wiki.xug

4条回答
  •  时光取名叫无心
    2021-01-15 15:54

    Cause Could be un-availability of dependency jars or version conflicts.

    Adding the following jars in the classpath worked fine for me:

    xuggle-xuggler-5.4.jar
    slf4j-api-1.6.4.jar
    logback-core-1.0.0.jar
    logback-classic-1.0.0.jar

    Note: Add them in the library folder using "Add jar/Folder" Option in netbeans.

提交回复
热议问题