Re: Why won't java 1.2 load an external swing package

1999-08-31 Thread Ted Neward
--- From: Daniel Barclay <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, August 27, 1999 11:24 AM Subject: Re: Why won't java 1.2 load an external swing package > >> From: Ondrej Popp <[EMAIL PROTECTE

Re: Why won't java 1.2 load an external swing package

1999-08-29 Thread Daniel Barclay
> From: Ondrej Popp <[EMAIL PROTECTED]> > I tried adding .jar files before rt.jar in the CLASSPATH > in the hope that the java runtime would use those instead of the > integrated ones. However this does not seem to work at all. Does anyone > know why? JDK 1.2 uses multiple class paths. See "

Why won't java 1.2 load an external swing package

1999-08-22 Thread Ondrej Popp
Hi, I upgraded to jdk-1.2 but I want use swing-1.1.1beta2 because this one seems to be ahead of the integrated swing of jdk 1.2 and contains many bugfixes. I tried adding .jar files before rt.jar in the CLASSPATH in the hope that the java runtime would use those instead of the integrated ones.