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

usejavacp = true with Scala 2.10

1 reply
sterg
Joined: 2009-10-06,
User offline. Last seen 2 years 39 weeks ago.

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

extempore
Joined: 2008-12-17,
User offline. Last seen 35 weeks 3 days ago.
Re: usejavacp = true with Scala 2.10

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.

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland