2 Mar 2004 13:05
Re: scalaint questions (and praise)
Philippe Altherr <Philippe.Altherr <at> epfl.ch>
2004-03-02 12:05:20 GMT
2004-03-02 12:05:20 GMT
> 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
RSS Feed