Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 1998 15:19:24 +0900
From:      MATSUI Hirokazu <Hirokazu.Matsui@open.enicom.co.jp>
To:        freebsd-java@FreeBSD.ORG
Subject:   Re: _xmDrawingAreaWidgetClass undefined in 8-14
Message-ID:  <199809100619.PAA06016@si5gw.open.enicom.co.jp>
In-Reply-To: Your message of "Mon, 7 Sep 1998 05:26:47 -0600 (MDT)"
References:  <199809071126.FAA20253@nomad.mt.sri.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809100619.PAA06016>