Reduce external jar file size

后端 未结 4 1243
长情又很酷
长情又很酷 2020-12-16 23:35

I\'ve developed a module for a Java project. The module depends on external library (fastutil). The problem is, the fastutil.jar file is a couple o

4条回答
  •  -上瘾入骨i
    2020-12-16 23:45

    From the installation instructions of fastutil:

    Note that the jar file is huge, due to the large number of classes: if you plan to ship your own jar with some fastutil classes included, you should look at AutoJar (also available at JPackage) to extract automatically the necessary classes.

提交回复
热议问题