Date: Thu, 10 Sep 1998 09:21:40 -0600 From: Nate Williams <nate@mt.sri.com> To: MATSUI Hirokazu <Hirokazu.Matsui@open.enicom.co.jp> Cc: freebsd-java@FreeBSD.ORG Subject: Re: _xmDrawingAreaWidgetClass undefined in 8-14 Message-ID: <199809101521.JAA27481@mt.sri.com> In-Reply-To: <199809100619.PAA06016@si5gw.open.enicom.co.jp> References: <199809071126.FAA20253@nomad.mt.sri.com> <199809100619.PAA06016@si5gw.open.enicom.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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 ? All I can say is that it works for me. What's the size of jre_X? It should be the same size and java_X. 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?199809101521.JAA27481>