remove
Miguel Morillas wrote:
> REMOVE ME OF YOUR MAIL LIST PLEASE!!
> THANX
>
> MIGUEL
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 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/
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
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/
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, "," );
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
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.
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