- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
question about boxedbooleanarray
Tue, 2010-07-27, 17:40
Hello everyone,
I'm trying to compile a project with 2.8 scala and saw an error:
class scala.runtime,BoxedBooleanArray not found.
but I have included the scala-library.jar.
I found a lot of people having the same problem with scala IDE plugins
(Netbeans, Eclipse), however I'm using Apache Ant 1.8.1.
I couldn't find any solutions to this so far.
Thank you.