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

unable to import scala libraries in eclipse

1 reply
Bujji
Joined: 2010-04-14,
User offline. Last seen 42 years 45 weeks ago.
Hi all,
I have installed scala  I have installed eclipse scala plugin too.
In One of program i have this statement 
import scala.tools.nsc.InterpreterResults._

but it is showing error what changes should i Made it work.
please help me

Thanks, Visu

milessabin
Joined: 2008-08-11,
User offline. Last seen 33 weeks 3 days ago.
Re: unable to import scala libraries in eclipse

On Wed, Apr 14, 2010 at 12:39 PM, Bujji wrote:
> I have installed scala
> I have installed eclipse scala plugin too.
> In One of program i have this statement
> import scala.tools.nsc.InterpreterResults._

Do you have scala.tools.nsc on your classpath (ie. the Scala compiler)?

Cheers,

Miles

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