From: Jochen H. <hoe...@gm...> - 2005-06-16 09:01:09
|
2005/6/15, John Leuner <je...@pi...>: > What happens when you include individual jazzlib source files into your > project. Or what if you include individual .class files from the jazzlib > jar? IANAL, but including single java or class files as is should be okay. Similar thing happen automatically in C if you statically link against a library: The linker just takes those object files from the archive that are referenced by the code. Regards, Jochen --=20 Jochen Hoenicke, University of Oldenburg, 26111 Oldenburg, Germany Email: hoe...@in... Tel: +49 441 798 3124 |