Xuggle and java library path

隐身守侯 提交于 2019-12-01 12:37:43

It's a little late I know, but the problem is that Xuggler requires ALL THE DLLs to be in the operating system load-path environment, not just the java.library.path

That means that all DLLs that install with Xuggle (for example, libavcodec.dll) need to be in the %PATH% environment variable of the process that launched Java.

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

Adding the following jars in the class path 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!