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
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)?
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