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
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
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
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
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
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
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