Date: Thu, 26 Aug 1999 00:36:20 -0600 From: Nate Williams <nate@mt.sri.com> To: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE> Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK1.2 (linux) Message-ID: <199908260636.AAA12017@mt.sri.com> In-Reply-To: <199908260631.IAA63165@gil.physik.rwth-aachen.de> References: <199908260631.IAA63165@gil.physik.rwth-aachen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
> I was able to run Java 2 (jdk1.2) under 3.2 with linux emulation. > The only problem that persists is that I can't run the appletviewer. > > First /home/local/jdk1.2/jre/lib/i386/libXp.so.6 was missing. The X Printing library is not part of the JDK, it's part of X. > Putting a Linux libXp.so.6 into /home/local/jdk1.2/jre/lib/i386/libXp.so.6 > results in: You've got to make sure that *all* of the emulation X libraries are synchronized. You need to replace all of your Linux X libraries with the same version as you got libXp.so from. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908260636.AAA12017>