Hi Eric, Eric Lavarde wrote:
Hi, that was a bit the sense of my question?!.. ;-) I've already identified (+ version + -java): libbatik (for the svg plugin) libxerces libjaxp libcommon-lang librelaxng-datatypeThe following ones seem to be as well pretty standard (and free!?), but I couldn't identify them as part of a Debian package:- jaxb (not p, seems to live at Apache.org) - js.jar (seems to be some javascript implementation from Mozilla.org) - pdf-transcoder.jar (no idea?!) Any idea on these missing classes?
jaxb is the Java Architecture for XML Binding (JAXB) specified by sun. From apache there exists an open source implementation under the name jaxme : http://ws.apache.org/jaxme/ js.jar is provided by the rhino package in debian. Quick googleling gives me hints that pdf-transcoder is part or included in the xml-fop project on apache - http://xml.apache.org/fop/ Regards, Wolfgang PS: Are you subscribed to debian-java or should I CC you ?