From owner-freebsd-java Sun Oct 22 21:33:38 2000 Delivered-To: freebsd-java@freebsd.org Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.61]) by hub.freebsd.org (Postfix) with ESMTP id 10E6237B479 for ; Sun, 22 Oct 2000 21:33:36 -0700 (PDT) Received: from 207-172-201-211.s20.as4.xnb.nj.dialup.rcn.com ([207.172.201.211] helo=unknown.whichever.org) by smtp02.mrf.mail.rcn.net with esmtp (Exim 3.15 #2) id 13nZIk-0002Pj-00 for freebsd-java@freebsd.org; Mon, 23 Oct 2000 00:33:34 -0400 Received: (from archer@localhost) by unknown.whichever.org (8.11.0/8.9.3) id e9N4XXD85890 for freebsd-java@freebsd.org; Mon, 23 Oct 2000 00:33:33 -0400 (EDT) (envelope-from archer) Date: Mon, 23 Oct 2000 00:33:32 -0400 From: Alexander Litvin To: freebsd-java@freebsd.org Subject: Problem with appletviewer in jdk1.2.2b10 Message-ID: <20001023003332.A556@unknown.whichever.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry for probably stupid question, but I really have no clue. I built jdk1.2.2b10 on my 5.0-CURRENT. Now, what I see if I just try to run appletviewer: archer@unknown:~>appletviewer Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/jdk1.2.2/j re/lib/i386/libfontmanager.so: /usr/local/jdk1.2.2/jre/lib/i386/libfontmanager.s o: Undefined symbol "__get_eh_context" at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1319) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1235) at java.lang.Runtime.loadLibrary0(Runtime.java:470) at java.lang.System.loadLibrary(System.java:774) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:57) at java.security.AccessController.doPrivileged(Native Method) at sun.awt.font.NativeFontWrapper.(NativeFontWrapper.java:41) at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) at sun.awt.X11GraphicsEnvironment.(X11GraphicsEnvironment.java:5 8) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:124) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvi ronment.java:63) at sun.awt.motif.MToolkit.(MToolkit.java:60) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:124) at java.awt.Toolkit$2.run(Toolkit.java:499) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:492) at sun.applet.AppletCopyright.(AppletCopyright.java:28) at sun.applet.AppletViewer.mainInit(AppletViewer.java:1157) at sun.applet.AppletViewer.main(AppletViewer.java:1260) Any idea what may have caused this? What should I try/do to narrow the source of a problem? --- All true wisdom is found on T-shirts. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message