I'm getting by input the path of a class (lets say "C:\Temp\Test.class). What i'd like to do is to intialize a ClassReader to this class and start instrumentation it using ClassAdapter and ClassWriter ( i know how to do the instrumentation).
What I dont know- is how do I "fecth" that class into class reader?
I tried using the constructor ClassReader(String) but it was in vain
thanks ! (and sorry for my bad english)