From owner-freebsd-java Wed Aug 25 23:37:25 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 628191512F for ; Wed, 25 Aug 1999 23:37:19 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id AAA07587; Thu, 26 Aug 1999 00:36:25 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id AAA12017; Thu, 26 Aug 1999 00:36:20 -0600 Date: Thu, 26 Aug 1999 00:36:20 -0600 Message-Id: <199908260636.AAA12017@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Christoph Kukulies Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK1.2 (linux) In-Reply-To: <199908260631.IAA63165@gil.physik.rwth-aachen.de> References: <199908260631.IAA63165@gil.physik.rwth-aachen.de> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > 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