AWT is actually a standard part of the Java libraries. It should be under the jre directory if you installed the blackdown vm (which is also available as a .deb package through dselect though it is an older version). Use find to look for files that have awt in their name-- and I am sure you will find all of the *.class files. after that it should be matter of just import awt.java.* and you should be all set.
A > -----Original Message----- > From: Robert Varga [mailto:[EMAIL PROTECTED] > Sent: Friday, December 17, 1999 12:22 PM > To: Tam Than Ma > Cc: debian-user@lists.debian.org > Subject: Re: Is there a AWT package for Debian? > > > On Fri, 17 Dec 1999, Tam Than Ma wrote: > > > Hi, > > > > I wanted to do some X programming using Java, but I couldn't find the > > Abstract Windowing Toolkit(AWT) anywhere. Can someone tells me > if there is a > > AWT for Debian Slink 2.1? > > Which jdk package are you using? I have no such problems (aside from > copyright) with the ibm-jdk 1.1.8. > > Robert Varga >