Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-09 Thread Christopher Seawood
On Wed, 9 Sep 1998, Wim Ceulemans wrote: > If I try to install the main XFree86 package (XFree86-3_3_2-1_i386.rpm) I > get a message saying: > > pam > 0.59 is needed > Ok, I talked to Mike Wangsmo at RedHat and it looks as though there are problems with the updates directory. He said that thi

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-09 Thread Wim Ceulemans
Wim Ceulemans wrote: >> Where to find Xwrapper or what is wrong? > Cristopher Seawood wrote: >Xwrapper is in the main XFree86 package. You need to install all of the >XFree86*-3.3.2 rpms as there were some security concerns that were >addressed, iirc. You'll then want to make /etc/X11/X a syml

Re: JDK 1.1.6v4a problem

1998-09-09 Thread Zhichao Hong
I had the similar problem with Netsape! After I install the redhat5.1 and upgrade to netscape4.0.6, the problem went away! On Wed, 9 Sep 1998, Joe Carter wrote: > I having problems seeing text in textfields and > I get lots of the following... > > Warning: > Name: textfield > Class:

Re: ddd, gdb, jdb and java: debuging on linux

1998-09-09 Thread Michael Sinz
On Wed, 9 Sep 1998 12:10:23 -0700 (PDT), Luiz Otavio L. Zorzella wrote: >Hi, > >I've been missing a good debuger for java on linux for quite some >time. It was then that I found this on the ddd >(http://www.cs.tu-bs.de/softech/ddd/) manual, under "News": I don't know if it is "good" but the IBM

ddd, gdb, jdb and java: debuging on linux

1998-09-09 Thread Luiz Otavio L. Zorzella
Hi, I've been missing a good debuger for java on linux for quite some time. It was then that I found this on the ddd (http://www.cs.tu-bs.de/softech/ddd/) manual, under "News": ** - JDB support. DDD now also supports JDB as inferior debugger. All important JDB features are avai

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-09 Thread Christopher Seawood
On Wed, 9 Sep 1998, Wim Ceulemans wrote: > Thanks for the information. I have my jdk1.1.6v4a running under RedHat4.2 > The library libXp is in XFree86-libs-3_3_3-2-1_i386.rpm. > > One problem though. Since I installed XFree86 3.3.2 (I installed all the > updates) my X server won't start as a reg

gcj

1998-09-09 Thread Levente Farkas
hi, FYI: http://sourceware.cygnus.com/java/ -- Levente -- E-Mail: Levente Farkas <[EMAIL PROTECTED]> Homepage: http://www.inf.u-szeged.hu/~lfarkas/ PGP public key & Geek Code: [EMAIL PROTECTED] --

Re: [Fwd: [Fwd: Distribution of runtime portions]]

1998-09-09 Thread Dan Kegel
Rohit Kaila wrote: > I had requested the following information some time back. > I will be most obliged if you can give me an idea about > the following : > > > > The SUN documentation says that while JRE can be distributed > > > freely with the Java Applications/Applets, the JDK cannot be > > >

Netscape Java Mail Client

1998-09-09 Thread Greg Gulrajani
thought someone might find this post interesting.. -greg [EMAIL PROTECTED] Subject: source to Grendel (a Java mail reader) released Date: Tue, 08 Sep 1998 18:24:36 -0700 From: Jamie Zawinski <[EMAIL PROTECTED]> Organization:

[Fwd: [Fwd: Distribution of runtime portions]]

1998-09-09 Thread Rohit Kaila
Hi, I had requested the following information some time back. I will be most obliged if you can give me an idea about the following : Rohit Kaila wrote: > > Rohit Kaila wrote: > > > > Hi, > > > > The SUN documentation says that while JRE can be distributed > > freely with the Java Applications/

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-09 Thread Bob Schaefer
Wim Ceulemans wrote: > > >On Tue, 8 Sep 1998 [EMAIL PROTECTED] wrote: > Cristopher Seawood wrote: > >The dependency comes from using Motif 2.1 which requires the printing > >extension of X, libXp, which is new as of X11R6.3, I think. Motif 2.1 > >has been used for several releases of the jdk,

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-09 Thread Wim Ceulemans
>On Tue, 8 Sep 1998 [EMAIL PROTECTED] wrote: > >> | --- >> | In message , [EMAIL PROTECTED] writes: >> | >> | I have the same setup as Wim does (RedHat4.2) and encounter the >> | same problems: can't load library libXp.so.6 . >> | >> | For now, you want to grab th

Re: Expanding arrays

1998-09-09 Thread Christopher Hinds
Sounds like you need a Vector object ( java.util.Vector ) Maarten van Leunen wrote: > Howdie, > > Is there a way to expand arrays. Like, I want to put a unknown number of > strings in an array. > > And then "return" the array of Strings in the Method. > > I read one string, and wish to add it to

JDK 1.1.6v4a problem

1998-09-09 Thread Joe Carter
I having problems seeing text in textfields and I get lots of the following... Warning: Name: textfield Class: XmTextField Character 'l' not supported in font. Discarded. I didn't get this 1.1.6 I've tried the older font.properties but that made no difference. I'm using 1.1.6v4a o

Re: Compilation weirdness

1998-09-09 Thread akaul
This seems to be a problem of the compiler not being able to determine that the variable has been initialized. I remember having a problem on a Win JDK - (pre 1.1.5) If you declared a variable without initializing it & later initialized it in some if-else statment - it used to crib giving errors

java on linux

1998-09-09 Thread Corwin Light-Willians
Hey, I'd like to help out with the project. What can I do? Corwin