How do I add a jar file to the search path for javassist and have it work correctly? I am trying to modify a jar file without unjaring then rejaring.
import jav
Solved it simply:
pool.insertClassPath( "/Path/from/root/myjarfile.jar" );