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 ファイルのサイズは、この方法で縮小できます。