> This days, I was installing Red Hat 5.0 and jdk1.1.5v7. Java donīt > work. Before, I had Slackware 2.0.30, and no problems with java. > What can I do? Could you be more specific? What exactly isn't working? Did your old Slackware system use libc5 perhaps? RH 5.0 uses glibc. So you might have to download the JDK again - but this time the glibc version. To find out which JDK you're using (the one linked against libc or glibc), just check the filename of the archive you downloaded. If you see "libc" somewhere, it's the libc version and you need to download the glibc version. If you see "glibc" somewhere, then libc/glibc incompatibility isn't the source of the problem. / Peter Schuller