This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Scala Compiler Projekt in Eclipse

1 reply
tbp
Joined: 2009-11-13,
User offline. Last seen 2 years 50 weeks ago.

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

Hubert Plociniczak
Joined: 2009-09-12,
User offline. Last seen 42 years 45 weeks ago.
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 © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland