An open API service indexing awesome lists of open source software.

https://github.com/windup/class-body-stripper


https://github.com/windup/class-body-stripper

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

== Class Body Striper

Class Body stripper is a tool for stripping method bodies from classes in jar archive to reduce the size of the jar and keep the class bytecode to be resolvable by jave compiler.

=== Usage

On command line you can use fat jar which includes all required dependencies:

```
java -jar class-body-stripper--jar-with-dependencies.jar
```

If you would like to it use with detached jar dependencies:

```
java -cp asm-5.1.jar:commons-io-2.4.jar -jar class-body-stripper-.jar
```