Configure ambient media player source code in my eclipse?
Im trying to see working of ambient media player.
I checkout from url https://ambientmp.svn.sourceforge.net/svnroot/ambientmp/Ambient/trunk to my eclipse work space. when build the app it is showi开发者_如何学Cng errors as
- Unbound classpath variable: 'M2_REPO/hotsax/hotsax/0.1/hotsax-0.1.jar' in project 'ambient'
- Unbound classpath variable: 'M2_REPO/net/sf/entagged/entagged/0.31/entagged-0.31.jar' in project 'ambient'
please help me to resolve this problem.
Thanks
You need to modify the .classpath file in the project, and need to find those jars if they are not included in the repository anywhere and have your project properly reference them.
you need Maven 2
apt-get install maven2
then you need to do this
mvn -Declipse.workspace=YOUR_WORKSPACE_PATH eclipse:add-maven-repo
then you need to track down these jar files: hotsax-0.1.jar
and entagged-0.31.jar
I'm trying to get ambient going as well, but so far it's not that fun.
精彩评论