- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Compiling Scala library in Intellij
Tue, 2010-08-17, 18:58
Hi,
I've got problem with compiling Scala library in Intellij using fsc. I
get following error:
fatal error: class scala.runtime.BooleanRef not found.
Has anyone run into it and have a solution for it?
Wed, 2010-08-18, 09:17
#2
Re: Compiling Scala library in Intellij
On Wed, Aug 18, 2010 at 9:32 AM, Lukas Rytz wrote:
> It didn't work for me either, I had to put a compiled scala library in the
> library module's dependencies.
> The reason is probably that intellij doesn't launch the scala compiler with
> the proper -sourcepath
Also, BooleanRef is a .java file. Maybe that has something to do with it.
Cheers
On Tue, Aug 17, 2010 at 19:59, Grzegorz Kossakowski <grek@google.com> wrote: