From: Jeff A. <ja...@fa...> - 2020-02-02 07:27:03
|
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 > > |