所以我尝试编译http://www.javacodegeeks.com/2011/02/introduction-xuggler-video-manipulation.html给出的 Eclipse 项目,但是当我这样做时,我得到以下错误:
ERROR com.xuggle.ferry.JNILibraryLoader - Could not load library: xuggle-xuggler-io; version: 3; Visit http://www.xuggle.com/xuggler/faq/ to find common solutions to this problem
Exception in thread "main" java.lang.UnsatisfiedLinkError: no xuggle-xuggler-io in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1047)
at com.xuggle.ferry.JNILibraryLoader.loadLibrary0(JNILibraryLoader.java:265)
at com.xuggle.ferry.JNILibraryLoader.loadLibrary(JNILibraryLoader.java:168)
at com.xuggle.xuggler.io.FfmpegIO.init(FfmpegIO.java:74)
at com.xuggle.xuggler.io.FfmpegIO.<clinit>(FfmpegIO.java:60)
at com.xuggle.xuggler.io.URLProtocolManager.registerFactory(URLProtocolManager.java:117)
at com.xuggle.xuggler.io.URLProtocolManager.<init>(URLProtocolManager.java:82)
at com.xuggle.xuggler.io.URLProtocolManager.<clinit>(URLProtocolManager.java:56)
at com.xuggle.xuggler.Converter.<clinit>(Converter.java:140)
Could not find the main class: com.xuggle.xuggler.UtilsTest$1. Program will exit.
我已经有一年多没有使用 java 了,我想知道如何才能恢复这些包?