Re: X11 window error using swing package?

2001-04-25 Thread Joi Ellis
On Wed, 25 Apr 2001, Nathan Meyers wrote: > On Wed, Apr 25, 2001 at 03:06:16PM +0800, Chao Liu wrote: > > Is the asimov is your computer name in the net. But after I use export >DISPLAY=mycomputername:0.0 > > error: > > _X11TransSocketINETConnect: Can't connect: errno = 111 > > _X11TransSocketIN

Re: X11 window error using swing package?

2001-04-25 Thread Joi Ellis
On Wed, 25 Apr 2001, Chao Liu wrote: > Is the asimov is your computer name in the net. But after I use export >DISPLAY=mycomputername:0.0 > error: > _X11TransSocketINETConnect: Can't connect: errno = 111 > _X11TransSocketINETConnect: Can't connect: errno = 111 > _X11TransSocketINETConnect: Can't

Re: X11 window error using swing package?

2001-04-25 Thread Nathan Meyers
host +" on the machine running X. Nathan > > - Original Message - > From: "Joi Ellis" <[EMAIL PROTECTED]> > To: "Chao Liu" <[EMAIL PROTECTED]> > Cc: "java-linux" <[EMAIL PROTECTED]> > Sent: Wednesday, April 25,

Re: X11 window error using swing package?

2001-04-25 Thread Chao Liu
ct: errno = 111 .. - Original Message - From: "Joi Ellis" <[EMAIL PROTECTED]> To: "Chao Liu" <[EMAIL PROTECTED]> Cc: "java-linux" <[EMAIL PROTECTED]> Sent: Wednesday, April 25, 2001 12:47 PM Subject: Re: X11 window error using swing package? >

Re: X11 window error using swing package?

2001-04-24 Thread Joi Ellis
On Wed, 25 Apr 2001, Chao Liu wrote: > Hello, > I used javax.swing.tree and other package to show a simple tree. The program is ok >in windows,but meet error in linux. > the error information is listed in the following: > Exception in thread "main" java.lang.InternalError: Can't connect to X11

X11 window error using swing package?

2001-04-24 Thread Chao Liu
Hello,  I used javax.swing.tree and other package to show a simple tree. The program is ok in windows,but meet error in linux. the error information is listed in the following: Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as

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.

RE: swing package

1999-05-28 Thread Peter Schuller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I had thought that JFC was now part of the 1.2 standard release. It is, but the JDK in question is 1.1. / Peter Schuller - --- PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>' E-Mail: [EMAIL PROTECTED] Web: http://hem.passagen.se/pe

Re: swing package

1999-05-28 Thread Nathan Meyers
PM > To: Justin Permar; Justin Permar > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: swing package > > Swing is a seperate package, available from Sun/Javasoft > (http://java.sun.com) > > Try the Swing-1.1.1 Beta 2 package. > > Peter > > Justin Pe

RE: swing package

1999-05-28 Thread ssalkin
:29 PM To: Justin Permar; Justin Permar Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: swing package Swing is a seperate package, available from Sun/Javasoft (http://java.sun.com) Try the Swing-1.1.1 Beta 2 package. Peter Justin Permar wrote: > > I downloaded the jdk 1.1.7 version

Re: swing package

1999-05-28 Thread Peter Eddy
Swing is a seperate package, available from Sun/Javasoft (http://java.sun.com) Try the Swing-1.1.1 Beta 2 package. Peter Justin Permar wrote: > > I downloaded the jdk 1.1.7 version 3 for linux (redhat, glibc). While > attempting to compile an applet, I imported the javax.swing package. > Unfo

swing package

1999-05-28 Thread Justin Permar
I downloaded the jdk 1.1.7 version 3 for linux (redhat, glibc). While attempting to compile an applet, I imported the javax.swing package. Unfortunately, it said it couldn't find this. Is this because your port is only the core classes, not swing or other add-ons. If so, how can I obtain a port of

Swing package for JDK1.1 will be kept as std

1998-08-03 Thread peter . pilgrim
Those of us who are developing Swing/JFC applications in JDK1.1 will be allowed to keep the package names e.g `import com.java.swing.*'. SunSoft have decided to adopt it as standard instead of reverting making swing part of the language hierarchy as in `import java.swing.*' (source: JDC Newslett

Re: Swing package

1998-07-09 Thread Joe Carter
Nathan Meyers wrote: > > Joe Carter wrote: > 8< > > True...if swing101.zip is a class archive. More likely, it's a regular > archive that you need to unpack somewhere -- giving you assorted > jarfiles, documentation, and source. You'll need to add one or more of > those jarfiles to your CLASSPA

Re: Swing package

1998-07-09 Thread Nathan Meyers
Joe Carter wrote: > James Cassidy wrote: > > > > Could someone please let me know how to set things up to > > use the swing classes? I've got things set up to compile > > java programs ok, but can't get the swing lib to be located. > > (jdk1.1.6 is located in /usr/local). > > > > I've got a copy

RE: Swing package

1998-07-09 Thread A . KLOS
-- | From: jcassidy / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Swing package | Date: Thursday, July 09, 1998 3:59PM | | | Could someone please let me know how to set things up to | use the swing classes? I've got things set up to co

Re: Swing package

1998-07-09 Thread Joe Carter
James Cassidy wrote: > > Could someone please let me know how to set things up to > use the swing classes? I've got things set up to compile > java programs ok, but can't get the swing lib to be located. > (jdk1.1.6 is located in /usr/local). > > I've got a copy of swing101.zip, and placed it i

Swing package

1998-07-09 Thread James Cassidy
Could someone please let me know how to set things up to use the swing classes? I've got things set up to compile java programs ok, but can't get the swing lib to be located. (jdk1.1.6 is located in /usr/local). I've got a copy of swing101.zip, and placed it in various locations with various p