Re: Java development under Debian

1999-04-27 Thread Gary L. Hennigan
Daniel Barclay <[EMAIL PROTECTED]> writes: | > From: Bruce Sass <[EMAIL PROTECTED]> | | ... | > On 9 Apr 1999, Gary L. Hennigan wrote: | > | > > ... how do I install | > > them so that I don't have to explicitly list the jar files in a | > > classpath... | > | > Put them where they should be, th

Re: Java development under Debian

1999-04-27 Thread Daniel Barclay
> From: Bruce Sass <[EMAIL PROTECTED]> ... > On 9 Apr 1999, Gary L. Hennigan wrote: > > > ... how do I install > > them so that I don't have to explicitly list the jar files in a > > classpath... > > Put them where they should be, then add the files to the appropriate > /var/lib/dpkg/info/java-

Re: Java development under Debian

1999-04-09 Thread Bruce Sass
Put them where they should be, then add the files to the appropriate /var/lib/dpkg/info/java-pkg.list file. The "convention" is so that the package manager knows about the files, manually adding them to the .list accomplishes that. - Bruce -- On 9 Apr 1999, Gary L. Hennigan wrote: > I'm doin

Java development under Debian

1999-04-09 Thread Gary L. Hennigan
I'm doing some Java development and I'd like to use my Debian box as one of the development platforms. Trouble is that I need the swing and infobus libraries for this project and they're not included with the Debian JDK. I can download these puppies from Sun but how do I install them so that I don'