- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Scala Compiler Projekt in Eclipse
Thu, 2010-11-25, 23:49
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
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