JDK 1.1.6v2 broken - SEGVs

1998-06-21 Thread Derrik Pates
Had this problem with both JDK 1.1.6v1 and v2. 1.1.5v7 works wonderfully, though. And btw, the JRE is broken on v2 - can't load libjava. It gives the full path to libjava.so (the correct path) but it says it can't load it. Thought I'd let ya know... I know it can't be my libc, since it's using a p

Re: 116v2-glibc / libdl and JNI

1998-06-21 Thread Juergen Kreileder
Bernd Kreimeier <[EMAIL PROTECTED]> writes: > Juergen Kreileder writes: > > > Classpath default: > > >/../../../classes:/../../classes.zip:/../../classes.jar: > > Yes, you have to tell the VM where it can find classes.zip. > > Could this please be clarified? > > a) the classpath generated b

Re: help me

1998-06-21 Thread Michael Plump
On Mon, 22 Jun 1998, Cho Hui Dae wrote: > hi! can you help me? i have the following error whenever i run > every programs included in linux jdk 1.1.6. what happened? > first of all, i got "Segmentation fault" with libc library in > jdk. so i removed it coz i have already installed the same versio

Textfield's don't work in the glibc-version of jdk1.1.6x

1998-06-21 Thread Marcus Isaksson
I haven't managed to get a Textfield display any character in any font at all using the glibc-version of jdk1.1.6x. Using the libc5-version everything works (even swedish characters are displayed correctly now), so it seems like it's something specific to the glibc-version. Marcus Isaksson

Re: 116v2-glibc / libdl and JNI

1998-06-21 Thread Bernd Kreimeier
Juergen Kreileder writes: > > Classpath default: > >/../../../classes:/../../classes.zip:/../../classes.jar: > Yes, you have to tell the VM where it can find classes.zip. Could this please be clarified? a) the classpath generated by the JVM is bogus, right? If anything, it should be relat

help me

1998-06-21 Thread Cho Hui Dae
hi! can you help me? i have the following error whenever i run every programs included in linux jdk 1.1.6. what happened? first of all, i got "Segmentation fault" with libc library in jdk. so i removed it coz i have already installed the same version of libc. then i can run some programs. but they

Re: 116v2-glibc / libdl and JNI

1998-06-21 Thread Uncle George
actually, library calls are over-rided, not system-calls. If u are savey enough, u can call the system service yourself, and forget the library interface ( ie instead of using select, try __select ). But in doing so, the green threading ( fake threads ) can be comprimised, ie other threads wont