Posts tagged ‘Bytecode’

JarJar Links

Rate JarJar Links:
Community:1 Star2 Stars3 Stars4 Stars5 Stars (1 votes)
Loading ... Loading …Maturity:1 Star2 Stars3 Stars4 Stars5 Stars (1 votes)
Loading ... Loading …Documentation:1 Star2 Stars3 Stars4 Stars5 Stars (1 votes)
Loading ... Loading …Resources:1 Star2 Stars3 Stars4 Stars5 Stars (1 votes)
Loading ... Loading … Customization:1 Star2 Stars3 Stars4 Stars5 Stars (1 votes)
Loading ... Loading …Integration:1 Star2 Stars3 Stars4 Stars5 Stars (1 votes)
Loading ... Loading …

JarJar Links is an utility that can be used to repackage java libraries in order to embed them in your distribution. Using JarJar you can:

  • generate a new jar which embedding classes from other jars.
  • eliminate dependencies from external jars to avoid conflicts between different versions of the same jar
  • shrink the size of a jar by stripping unreferenced classes and methods.

JarJar Links operates directly on compiled code using bytecode transformation based on ASM framework. It also includes a ant task to be integrated in builds processes.

Licence: Apache License 2.0
Links: Homepage, Download, Javadocs, Wiki, Sourcecode