Philippe Altherr | 2 Mar 2004 13:05
Picon
Picon
Favicon

Re: scalaint questions (and praise)

> I have a jar file that contains some java classes. I want to use these
> classes from scalaint.
> How do i tell scalaint to look in this jar file?

The following command should work:

  scalaint -classpath <jarfile>

Note that the interpreter is a bit less powerfull than the compiler.
With the interpreter, you can't define subclasses of Java classes. You
may only implement Java interfaces.

Philippe


Gmane