您如何在 eclipse 中安装最新版本的 Xuggler(5.4,截至 2013 年 5 月 18 日)?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/16628394/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How do you install the latest version of Xuggler (5.4, as of 18/05/2013) in eclipse?
提问by Evared
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.
我真的不知道从哪里开始这样做。我已经从该站点下载了必要的 Jar 文件,并研究了如何在 Eclipse 中安装 Xuggler,但所有内容都已过时或无关紧要。
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.
我的系统是 64 位 Windows 8。大多数在 vista 和 Windows 7 中工作的东西都应该与我的系统兼容,只要它们也兼容 64 位。我希望能够做的显然是在 Eclipse 中运行一个应用程序。
Any advice, helpful explanations would be much appreciated.
任何建议,有用的解释将不胜感激。
回答by ayalcinkaya
You can download Xuggler 5.4 here
你可以在这里下载 Xuggler 5.4
and some more jar to make it work...
还有一些罐子让它工作......
You can check which dependencies xuggler needs from here:
您可以从这里检查 xuggler 需要哪些依赖项:
Add this jars and xuggle-xuggler-5.4.jar to your project's build path and it s ready.
将此 jars 和 xuggle-xuggler-5.4.jar 添加到项目的构建路径中,它就准备好了。
**version numbers may change
**版本号可能会改变
回答by Vishnu
Install it from below given link
从下面给定的链接安装它
https://www.dropbox.com/s/oh7zcyilibzfoyb/xuggle-xuggler.5.1.0-win64-setup.exe
https://www.dropbox.com/s/oh7zcyilibzfoyb/xuggle-xuggler.5.1.0-win64-setup.exe
I am using it.
我正在使用它。
回答by Thiago Tavares
If you use maven, only add this repository:
如果您使用 maven,只需添加此存储库:
<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.
我目前使用此依赖项并且工作正常。
回答by Xakiru
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/
对于仍在寻找下载链接的人,这里是:http: //web.archive.org/web/20160501013248/http: //xuggle.googlecode.com/svn/trunk/repo/share/java/xuggle /xuggle-xuggler/5.4/