Is it possible to shrink rt.jar with ProGuard?

Posted by PatlaDJ on Stack Overflow See other posts from Stack Overflow or by PatlaDJ
Published on 2010-04-11T18:25:50Z Indexed on 2010/04/11 18:33 UTC
Read the original article Hit count: 231

Is there a procedure by which you can optimize/shrink/select/obfuscate only 'used by your app' classes/methods/fields from rt.jar provided by Sun by using some optimization software like ProGuard (or maybe other?). Then you would actually be able to minimize the download size of your application considerably and make it much more secure ? Right?

Related questions:

  • Do you know if Sun's "jigsaw project" which is waited to come out, is intended to automatically handle this particular issue?
  • Did somebody manage yet to form an opinion about Avian java alternative? Please share it here.

Thank you.

© Stack Overflow or respective owner

Related posts about java

Related posts about proguard