How do you install the latest version of Xuggler (5.4, as of 18/05/2013) in eclipse?

夙愿已清 提交于 2019-12-20 09:31:44

问题


I have literally no clue where to start doing this. I've downloaded the necessary Jar's from the site, and done some research on how to install Xuggler in Eclipse, and everything is outdated or irrelevant.

My system is a 64-Bit Windows 8. Most things that worked in vista and windows 7 should be compatible with my system as long as they are also 64-bit compatible. All I would like to be able to do is obviously run an application with it in Eclipse.

Any advice, helpful explanations would be much appreciated.


回答1:


You can download Xuggler 5.4 here

and some more jar to make it work...

commons-cli-1.1.jar

commons-lang-2.1.jar

logback-classic-1.0.0.jar

logback-core-1.0.0.jar

slf4j-api-1.6.4.jar

You can check which dependencies xuggler needs from here:

Add this jars and xuggle-xuggler-5.4.jar to your project's build path and it s ready.

**version numbers may change




回答2:


Install it from below given link

https://www.dropbox.com/s/oh7zcyilibzfoyb/xuggle-xuggler.5.1.0-win64-setup.exe

I am using it.




回答3:


If you use maven, only add this repository:

  <repository>
       <id>xuggle repo</id>
       <url>http://xuggle.googlecode.com/svn/trunk/repo/share/java/</url>
  </repository>

and this dependency:

    <dependency>
        <groupId>xuggle</groupId>
        <artifactId>xuggle-xuggler</artifactId>
        <version>5.2</version>
    </dependency>

I use currently this dependency and work fine.




回答4:


For people who are still looking for the download link, here it is: http://web.archive.org/web/20160501013248/http://xuggle.googlecode.com/svn/trunk/repo/share/java/xuggle/xuggle-xuggler/5.4/



来源:https://stackoverflow.com/questions/16628394/how-do-you-install-the-latest-version-of-xuggler-5-4-as-of-18-05-2013-in-ecli

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