Date: Mon, 23 Oct 2000 00:33:32 -0400 From: Alexander Litvin <archer@whichever.org> To: freebsd-java@freebsd.org Subject: Problem with appletviewer in jdk1.2.2b10 Message-ID: <20001023003332.A556@unknown.whichever.org>
next in thread | raw e-mail | index | archive | help
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.<clinit>(NativeFontWrapper.java:41) at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) at sun.awt.X11GraphicsEnvironment.<clinit>(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.<clinit>(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.<init>(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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001023003332.A556>