Jaal - JAva Agent Library [](https://travis-ci.org/jcooky/jaal)
May 27, 2015 ยท View on GitHub
Jaal is helper for javaagent library. quickly make prototype javaagent using Jaal. Javaagent can be inject .class file from memory inner JVM. If you don`t want to handle byte code directly, use Jaal to make javaagent. Then, you indirectly handle byte code through Jaal
#Requirements
- JDK version 1.6
- Maven