Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 SNMP4J 修剪到最大,以便与我的应用程序一起使用。目前 jar 有 457KB,SNMP4J 代理有 522KB。通过修剪不需要的特征,我怎样才能减小尺寸?我想删除 TCP 支持,因此数据包是 UDP。同样可以修剪哪些所有特征?
找到jar文件的来源,删除不需要的类和文件并创建jar。 通过这种方式可以减小 jar 文件的大小。