Re: Size of jython 2 .7 compared to jython 2.5

Jeff Allen <[email protected]> Sun, 2 Feb 2020 07:26:50 +0000
Newsgroups gmane.comp.lang.jython.user
Message-ID <[email protected]>
Bundled jars I should think. ICU and bouncycastle add up to around 16MB. 
But the language is bigger too (unicode, bytearray, etc..). Depending on 
your application, it may be possible to rebuild it without some bundled 
jars.

The recent 2.7.2b2 includes a -slim jar intended for use in Gradle or 
Maven builds where the dependencies are supplied in your build, and you 
have some control over them. We're interested in whether we've done that 
correctly to meet user needs.

Jeff Allen

On 29/01/2020 08:45, Houtman, Roland wrote:
>
> Dear users,
>
> Does anyone know why jython2.7-standalone.jar is about 40 MB,
> while Jython 2.5 was only about 13 MB?
>
> Can the 2.7standalone be stripped in some way?
>
> Kind regards,
>
> Roland
>
>