I don't think you can reliably remove banks, since classes can be resolved at runtime, for example. using
Class.forName(className);
You can define the class names used for the above, but this is unlikely.
Since classes will be requested / resolved at runtime, you can run your (complete) test suite to determine if everything works. But in the end, I would be very careful to remove the jars from a package such as Axis. I guess they are there for some reason. Is jar file size really a problem?
Brian Agnew Jun 18 '09 at 12:21 2009-06-18 12:21
source share