Re: Compile Error from BlackDown jdk 1.1.7

1999-11-16 Thread jks
On Tue, 16 Nov 1999 [EMAIL PROTECTED] wrote: > Hi: > > I installed BlackDown jdk_1.1.7-v3-glibc-x86.tar.gz on RedHat 6.1 Linux. > There is no problem to compile a simple java application (hello.java). But > got compile error when compile an application with Swing component. The > error messa

Re: Compile Error from BlackDown jdk 1.1.7

1999-11-16 Thread Nathan Meyers
The package name changed to javax.swing. That's also the case with reasonably recent releases of Swing1.1 for JDK1.1. Nathan On Tue, Nov 16, 1999 at 04:33:36PM -0600, [EMAIL PROTECTED] wrote: > Hi: > > I installed BlackDown jdk_1.1.7-v3-glibc-x86.tar.gz on RedHat 6.1 Linux. > There is no proble

Re: Compile Error from BlackDown jdk 1.1.7

1999-11-16 Thread Michael Sinz
On Tue, 16 Nov 1999 16:33:36 -0600, [EMAIL PROTECTED] wrote: >Hi: > >I installed BlackDown jdk_1.1.7-v3-glibc-x86.tar.gz on RedHat 6.1 Linux. >There is no problem to compile a simple java application (hello.java). But >got compile error when compile an application with Swing component. The >err

Compile Error from BlackDown jdk 1.1.7

1999-11-16 Thread Lee_Xing
Hi: I installed BlackDown jdk_1.1.7-v3-glibc-x86.tar.gz on RedHat 6.1 Linux. There is no problem to compile a simple java application (hello.java). But got compile error when compile an application with Swing component. The error message is "Package com.sun.java.swing.* not found in import". W