Privacy and Security Notice

Archived Messages for FARM_SUPPORT_1997@cebaf.gov: FYI ncd's and JDK1.1.1 (we have a few ncd eXPlora terminals)

FYI ncd's and JDK1.1.1 (we have a few ncd eXPlora terminals)

Dave Buckle (buckle@jlaba2.cebaf.gov)
Fri, 08 Aug 1997 13:57:50 -0400

> From betsys@cs.umb.edu Mon Aug 4 13:05:18 1997
> Resent-Date: Mon, 4 Aug 1997 13:05:02 -0400
> Resent-From: owner-ncd-users@ncd.com
> Date: Mon, 04 Aug 1997 12:46:11 -0400 (EDT)
> From: Elizabeth Schwartz <betsys@cs.umb.edu>
> Subject: NCD-USERS: Explora's and JDK 1.1.1 and AWT
> To: ncd-users@ncd.com
> X-VMS-To: IN%"ncd-users@ncd.com"
> X-Authentication-warning: rosebud.ncd.com: barry set sender to owner-ncd-users
using -f
>
> Our users are complaining that Java programs using the AWT and compiled
> with JDK 1.1.1 through 1.1.3 are crashing on our Explora's.
>
> The other NCD xterminals don't have the problem, and we didn't have it with
> JDK 1.1.0. The host system is a Sun SS10 running Solaris 2.5 . We're also
> not having the problem when displaying on Sun consoles or PC's running
> Exceed (not sure about PC's running PC XWare)
>
> Has anyone else experienced this and is there a fix?
>
> thanks Betsy
>
> PS code fragment that demonstrates the problem:
>
> > import java.awt.*;
> >
> > public class Tst extends Frame {
> > public static void main (String args[]) {
> > new Tst();
> > }
> >
> > Tst() {
> > super ("Test Frame");
> > setBounds (10, 10, 100, 100);
> > setBackground (Color.black);
> > setVisible (true);
> > }
> > }
> >
>
> --------------<< "ncd-users@ncd.com" FOOTER MESSAGE >>-------------------
>
> To Unsubscribe: Email ncd-majordomo@ncd.com with "unsubscribe ncd-users".
> Anonymous FTP Site: ftp.ncd.com - unsupported host binaries, tech notes, etc.
> WWW Site: http://www.ncd.com/ - product,service & company info
> Archive of List: Use "index" and "get" commands to ncd-majordomo@ncd.com
>
> NCD reserves the right to restrict access to this list.