From owner-freebsd-java Wed Apr 22 12:11:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20520 for freebsd-java-outgoing; Wed, 22 Apr 1998 12:11:18 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20510; Wed, 22 Apr 1998 19:11:10 GMT (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 NAA17545; Wed, 22 Apr 1998 13:11:07 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id NAA05137; Wed, 22 Apr 1998 13:11:06 -0600 Date: Wed, 22 Apr 1998 13:11:06 -0600 Message-Id: <199804221911.NAA05137@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Tom Bartol Cc: freebsd-java@FreeBSD.ORG, java-port@FreeBSD.ORG, ritter@orbisys.com Subject: Re: JWS2.0/libawt.so trouble In-Reply-To: References: X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I've searched the mail archives for an answer to the problem described > below. I found a similar problem recently posted there by > jake@checker.org (April 7, 1998) but none of the proposed solutions worked > for me and I did not see a follow-up by Jake as to whether it worked for > him so here I go with the problem: > > I've installed JWS 2.0 as per the instructions posted at > www.freebsd.org/java (thanks, Amancio!). When I try to run jws as > follows: > > /usr/local/Java-WorkShop2.0/JWS/intel-S2/bin/jws > > I get this: > > JAVA_HOME = /usr/local/Java-WorkShop2.0/JDK > LD_LIBRARY_PATH = /usr/lib:/usr/X11R6/lib:/usr/local/lib: > /usr/local/Java-WorkShop2.0/JDK/lib/i386/green_threads: > /usr/local/Java-WorkShop2.0/JWS/intel-S2/bin > /usr/libexec/ld.so: warning: /usr/X11R6/lib/libXext.so.6.1: minor version > 1 older than expected 3, using it anyway > cannot stat "/usr/local/Java-WorkShop2.0/JWS/intel-S2/bin/libawt.so" : No > such file or directory (libawt.so) > java.lang.UnsatisfiedLinkError: no awt in shared library path > at java.lang.Runtime.loadLibrary(Runtime.java) > at java.lang.System.loadLibrary(System.java) > at > at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:402) > at java.awt.SystemColor.updateSystemColors(SystemColor.java:350) > at > at sun.jws.WaitFrame.(WaitFrame.java:16) > at sun.jws.WaitFrame.showIt(WaitFrame.java:56) > at sun.jws.Main.main(Main.java:143) Is your DISPLAY environment set? If not, it can't find the graphics stuff. (Don't ask, it's for legal/performance reasons). Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message