Scripting engines in V2 distribution
Brent Putman
putmanb at georgetown.edu
Mon Apr 1 18:23:31 EDT 2013
On 4/1/13 5:07 PM, Cantor, Scott wrote:
> I suspect in fact that people
> are actually ending up with two copies of the Engine classes by dropping,
> say, Jython into the classpath.
Yes, good point. That's definitely true with the more recent versions
of the languages. That's actually a potential error if the engines have
differences, and clearly argues for removing them in and of itself.
>
> I really had assumed that what we were shipping actually made Jython, et
> al. work. But obviously I was mistaken, so that changes the question.
Yeah, there's very little in those engine jars. Just a hanful of
classes that adapt the language impl to the JSR 223 API. Most of those
jars have less than half a dozen public classes (not counting inner and
anonymous).
More information about the dev
mailing list