Tool which opens up jar files for easy monkey-patching.
JarOpener supports .class files from any JVM language, and .java source files.
Idea and name by Jesse Wilson
Copyright © 2016, nallar ross@nallar.me JarOpener is licensed under the MIT license.
Download the latest builds from Jenkins.
JarOpener is built using Gradle.
- Install the Java 8 Development Kit
- Run
./gradlew build
- Generally follows the Oracle coding standards.
- Tabs, no spaces.
- Pull requests must compile and work.
- Pull requests must be formatted properly.
Please follow the above conventions if you want your pull requests accepted.