Scala Compiler Projekt in Eclipse

Hello,

I checked out the Scala Compiler from
http://lampsvn.epfl.ch/svn-repos/scala/scala/tags/R_2_8_1_final/
and opend the projekt in Eclipse.

I get the error
"Bundle 'scala.library' cannot be resolved"
from the file MANIFEST.MF

I use the Scala IDE for Eclipse
My Eclipse Version is 3.5.2

What have I to do to set up my Eclipse correctly?

Cheers,
Thomas

Re: Scala Compiler Projekt in Eclipse

Hi,

Thomas Pawlitzki wrote:
> I get the error
> "Bundle 'scala.library' cannot be resolved"
> from the file MANIFEST.MF
>
> I use the Scala IDE for Eclipse
> My Eclipse Version is 3.5.2
>
> What have I to do to set up my Eclipse correctly?
>

you need to add scala-library.jar to the classpath (right click on
project -> properties -> java build path tab -> add jar).
btw questions related to eclipse ide are more likely to be answered on
the eclipse mailing list at:
http://groups.google.com/group/scala-ide-user

Thanks,
hubert

Copyright © 2013 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland