Re: Java Plug-in 1.1 troubles...

1998-12-27 Thread chang hun Park
remove Miguel Morillas wrote: > REMOVE ME OF YOUR MAIL LIST PLEASE!! > THANX > > MIGUEL

Re: In what rpm do I find libXm.so.2

1998-12-27 Thread David A. Guthrie
Sander van Geloven wrote: > Hi, > > I am trying to install a jdk redhat pacjage but it needs libXm.so.2. > Does anyone know where I can find that library, i.e. in what rpm is it > stored? > > Thanks, > > Sander Uhh. That's motif. You need a static build, which should be in there, so that you d

Thanks(regex stuff)

1998-12-27 Thread Rick Bauman
Thanks to all who replied for the pointer to http://www.cacas.org/~wes/java/ it looks like just what I was looking for. r -- Rick Bauman Lowcountry Linux http://www.lowcountry.net/

Re: regular expressions in java

1998-12-27 Thread Auge Jerome
Rick Bauman wrote: Does anyone know of a regex package for java, I am rewriting some perl programs in java and really need this. tia -- Rick Bauman Lowcountry Linux http://www.lowcountry.net/ have a look at http://www.gnu.org/software/java/java.html for a package called gnu.regexp  

regular expressions in java

1998-12-27 Thread Rick Bauman
Does anyone know of a regex package for java, I am rewriting some perl programs in java and really need this. tia -- Rick Bauman Lowcountry Linux http://www.lowcountry.net/

loading an array

1998-12-27 Thread Rick Bauman
Hello all, I would appreciate some pointers to how I can accomplish the following I am using the following code in an object. start java code while ( (line = br.readLine()) != null ) { StringTokenizer st = new StringTokenizer( line, "," );

In what rpm do I find libXm.so.2

1998-12-27 Thread Sander van Geloven
Hi, I am trying to install a jdk redhat pacjage but it needs libXm.so.2. Does anyone know where I can find that library, i.e. in what rpm is it stored? Thanks, Sander

Re: jdk-1.1.7-v1a.diffs.gz + JDK1_1_7K.solwin32.31_Aug_98.zip + "native" croaks AWT?

1998-12-27 Thread chet
Well, it looks like my problem is with lesstif. I turned on "DYN_JAVA=true", and re-ran, and found that the pre-build JDK also crapped out with a SEGV. And green_threads worked. So it looks like the common thread is that if I'm using lesstif, I can't use native_threads -- it croaks big time.

jdk-1.1.7-v1a.diffs.gz + JDK1_1_7K.solwin32.31_Aug_98.zip + "native" croaks AWT?

1998-12-27 Thread chet
I got the prebuilt AWT binaries for jdk117v1a, both native-threads and green-threads versions, and they work just fine on my Linux Debian 2.0 box. I then rebuilt, using the combination of jdk-1.1.7-v1a.diffs.gz JDK1_1_7K.solwin32.31_Aug_98.zip lesstif 0.83 libc6 2.0.7t and found that both gre