views:

42

answers:

1

Hi

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 showing 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

A: 

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.

JRL
hi jrl, I donot find jars in repository, and I google for jars which is showing in .classpath, bt not able to find out. <classpathentry kind="var" path="M2_REPO/hotsax/hotsax/0.1/hotsax-0.1.jar" sourcepath="/M2_REPO/hotsax/hotsax/0.1/hotsax-0.1-sources.jar"/> <classpathentry kind="var" path="M2_REPO/net/sf/entagged/entagged/0.31/entagged-0.31.jar" sourcepath="/M2_REPO/net/sf/entagged/entagged/0.31/entagged-0.31-sources.jar"/> Please tell me how i can work out this issue. Thanks
Praveenb