Re: Get package from import statement

2016-12-18 Thread Emmanuel Bourg
Le 18/12/2016 à 12:57, Ole Streicher a écrit : > In the moment, I am looking for the packages providing: > > * javax.xml > * org.xml.sax > * org.w3c.dom, > * javax.imageio Hi Ole, These packages are standard libraries provided by the JDK, you don't need any extra jar. Emmanuel Bourg

Re: Get package from import statement, searching what allready exists

2016-12-18 Thread Geert Stappers
On Sun, Dec 18, 2016 at 12:57:46PM +0100, Ole Streicher wrote: > Hi all, > > I am currently trying to check the dependencies for a rather large > source package, where I "just" have the source. > > The problem is now that I need to find the Debian packages which contain > the classes which are im

Get package from import statement

2016-12-18 Thread Ole Streicher
Hi all, I am currently trying to check the dependencies for a rather large source package, where I "just" have the source. The problem is now that I need to find the Debian packages which contain the classes which are imported. Since there is no canonical way the Debian package is named from the