From owner-freebsd-java Wed Sep 9 23:19:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07123 for freebsd-java-outgoing; Wed, 9 Sep 1998 23:19:47 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from charon.open.enicom.co.jp (styx.open.enicom.co.jp [202.33.90.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA07094 for ; Wed, 9 Sep 1998 23:19:38 -0700 (PDT) (envelope-from Hirokazu.Matsui@open.enicom.co.jp) Received: by charon.open.enicom.co.jp (ENICOM open/apsd 1.1) id PAA24557; Thu, 10 Sep 1998 15:19:28 +0900 (JST) Received: by si5gw.open.enicom.co.jp (8.8.5/3.4Wbeta6/si5gw-1.3) id PAA06016; Thu, 10 Sep 1998 15:19:24 +0900 (JST) Message-Id: <199809100619.PAA06016@si5gw.open.enicom.co.jp> To: freebsd-java@FreeBSD.ORG Subject: Re: _xmDrawingAreaWidgetClass undefined in 8-14 In-Reply-To: Your message of "Mon, 7 Sep 1998 05:26:47 -0600 (MDT)" References: <199809071126.FAA20253@nomad.mt.sri.com> X-Mailer: Mew version 1.70 on Emacs 19.34.2 / Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 10 Sep 1998 15:19:24 +0900 From: MATSUI Hirokazu Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thank you for your work. I'm using jdk1.1.6.V98-8-14 on 2.2.6-RELEASE. > Your DISPLAY environment is not set. We use that environment variable > to determine if X is used, so if it's not set and you attempt to run X > code, then it'll crash with the above mentioned error. I'm afraid something wrong with jre_X. Also on my machine... # env | grep DISPLAY DISPLAY=:0.0 # jre ld.so failed: Undefined symbol "_xmDrawingAreaWidgetClass" in jre_X:/usr/local/jdk/lib/i386/green_threads/libawt.so.1.1.6 # If I unsetenv DISPLAY jre shows me its usage. For my understading, jre is a wrapper to call {jre,jre_X} under bin/i386 directory. So I did... # setenv LD_LIBRARY_PATH /usr/local/jdk/lib/i386/green_threads # /usr/local/jdk/bin/i386/green_threads/jre_X ld.so failed: Undefined symbol "_xmDrawingAreaWidgetClass" in jre_X:/usr/local/jdk/lib/i386/green_threads/libawt.so.1.1.6 # Any suggestion ? -- Hirokazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message