Re: Which class in which package

2007-02-05 Thread Paul Cager
On Fri, February 2, 2007 10:53 am, [EMAIL PROTECTED] wrote: > Michael Koch schrieb: >> On Thu, Feb 01, 2007 at 09:05:40PM +0100, gerhard oettl wrote: >> >>> Hello >>> >>> Is there a standard (or any) way to find out which java class is in >>> which non installed debian package to know whats to inst

Re: Which class in which package

2007-02-04 Thread Eric Lavarde - Debian
Hi, [EMAIL PROTECTED] said: > Eric Lavarde - Debian schrieb: >> Hi, >> >> There is no formal way to do this that I would know, but: >> apt-cache search >> there is also apt-file but I'm not using it. >> >> Eric >> > If i catch your point your suggestions are for searching files, which i > also ca

Re: Which class in which package

2007-02-02 Thread gerhard . oettl . ml
Michael Koch schrieb: On Thu, Feb 01, 2007 at 09:05:40PM +0100, gerhard oettl wrote: Hello Is there a standard (or any) way to find out which java class is in which non installed debian package to know whats to install if a ClassNotFoundException arises? There is no official way curre

Re: Which class in which package

2007-02-02 Thread gerhard . oettl . ml
Eric Lavarde - Debian schrieb: Hi, There is no formal way to do this that I would know, but: apt-cache search there is also apt-file but I'm not using it. Eric If i catch your point your suggestions are for searching files, which i also can do on .

Re: Which class in which package

2007-02-02 Thread Michael Koch
On Thu, Feb 01, 2007 at 09:05:40PM +0100, gerhard oettl wrote: > Hello > > Is there a standard (or any) way to find out which java class is in > which non installed debian package to know whats to install if a > ClassNotFoundException arises? There is no official way currently. What I do currentl

Re: Which class in which package

2007-02-02 Thread Eric Lavarde - Debian
Hi, There is no formal way to do this that I would know, but: apt-cache search there is also apt-file but I'm not using it. Eric gerhard oettl said: > Hello > > Is there a standard (or any) way to find out which java class is in > which non installed debian package to know whats to install if a