Hi Chiba :
I downloaded javassist jar file and source javassist files. But I didn't find instructions of what libraries required and how to compile javassist source codes.
If you are using ant to build javassist.jar file . would you please post build.xml file and detail instructions such as what libraries are required to accomplish this task.
thanks
Ming Qin
Well, we are working to provide a better package
of Javassist. It will soon be released.
By the way, compiling Javassist is very simple.
Just say "javac javassist/*.java javassist/*/*.java"
You only need the standard JDK 1.3 or 1.4.
You don't need any extra libraries.