- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
usejavacp = true with Scala 2.10
Wed, 2012-01-25, 10:28
Hi all,
I have a problem porting ScalaLab with Scala 2.10:
when I use in Settings the usejavacp = true
it works within Netbeans correctly,
but when I run the executable standalone,
it outputs the error: "object scala not found"
In Scala 2.8 and Scala 2.9 the same code runs without problem,
without setting usejavacp=true
Can somebody identify what happens?
Regards
Stergios
On Wed, Jan 25, 2012 at 1:23 AM, Stergios Papadimitriou
wrote:
> Can somebody identify what happens?
Run it with -Ylog-classpath and see what it tells you.