RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2

1999-08-24 Thread BAZLEY Sebastian
> -Original Message- > From: Dimitris Terzis [mailto:[EMAIL PROTECTED]] > Sent: 23 August 1999 14:53 > To: 'Java-Linux mailing list' > Subject: RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2 [snip] > What happened is that, to download the tar files, I used an > NT machine, > link

RE: Sending mail from an application (Pre-v2 JDK, Redhat 6.0)

1999-07-22 Thread BAZLEY Sebastian
You could try using JavaMail, which is available from Java.sun.com (sorry don't have exact URL to hand, but search should find it). We have used it successfully to send plain text mails, as well as mails with attachments. -- Sebastian Bazley <[EMAIL PROTECTED]> The opinions expressed herein are

RE: Swing Priority

1999-07-21 Thread BAZLEY Sebastian
In case anyone is interested, there is a useful description of such issues in the O'Reilly book "Java Threads", chapter 6 "Java Thread Scheduling", which discusses some popular scheduling implementations. A couple of suggestions (not tested): If you don't want to use MIN priority, you may be abl