> Now, the next step (after checking that everything works as planned) is > figuring out which .jars I -need- and which I can safely not load for > now. I am presuming that I will use the above import statements, track > down the .jar that contains those objects, and remove the rest.
Not neccesarily. It may be that a jar references another jar. Even though you don't import it will need to be in your classpath for the other jar to access it. First make sure everything works with all jars. Then narrow down using the diagram on this page - http://xml.apache.org/batik/install.html As is mentioned under the diagram you may be able to pare this down further but I am not yet qualified to suggest which should stay and which should go. I wonder if there is a dependancy tool around that given required classes/methods can scan source to produce required packages. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
