Re: Questions about jdk117_v1a for Linux

1998-12-10 Thread Javier G.C.
This is a cut&paste from README.linux for JDK 1.1.6, Version 5 (09/29/98) : Missing libXp -- The JDK now depends on having the X printing library, libXp installed with the rest of your X files. This is part of the most recent X11 distributions,so you'll need to upgrade (or,

Re: Questions about jdk117_v1a for Linux

1998-12-10 Thread Wim Ceulemans
>I have a problem regarding running java apps under Linux (Red Hat 4.2, >Linux kernel 2.1.131, Xfree86 3.3.2). When I try to run java apps, I get >the following: > >/usr/local/jdk117_v1a/bin/i586/green_threads/java: can't load library >'libXp.so.6' > If I remember well, libXp.so.6 is introduced i

Questions about jdk117_v1a for Linux

1998-12-10 Thread Wilson Woo
I have a problem regarding running java apps under Linux (Red Hat 4.2, Linux kernel 2.1.131, Xfree86 3.3.2). When I try to run java apps, I get the following: /usr/local/jdk117_v1a/bin/i586/green_threads/java: can't load library 'libXp.so.6' I was wondering if you have seen that error before.