Date: Wed, 13 Feb 2002 01:32:27 -0500 (EST) From: Mikhail Kruk <meshko@cs.brandeis.edu> To: Greg Lewis <glewis@eyesbeyond.com> Cc: freebsd-java@FreeBSD.ORG Subject: Re: Java for FreeBSD Message-ID: <Pine.LNX.4.44.0202130119370.9064-100000@daedalus.cs.brandeis.edu> In-Reply-To: <20020213150522.B57644@misty.eyesbeyond.com>
next in thread | previous in thread | raw e-mail | index | archive | help
First impressions are here: XIM still throws exception with input when I have LANG set (see below for exact message). Another problem: I think plugin build is broken with respect to the way gtk and glib are installed by ports: In file included from /usr/X11R6/include/gtk12/gdk/gdk.h:31, from ../../oji-plugin/src/motif/navig5/JavaVM5.cpp:88: /usr/X11R6/include/gtk12/gdk/gdktypes.h:33: glib.h: No such file or directory gmake[1]: *** [../../tmp/bsd/i386/JavaVM5.o] Error 1 gmake[1]: Leaving directory `/usr/home/meshko/tmp/java/j2sdk1.3.1/ext/plugin/build/solaris' gmake: *** [plugin-all] Error 1 I have GTK_HDRS=/usr/X11R6/include/gtk12/ and glib.h is located in /usr/local/include/glib12/glib.h so it seems that I can't compile plugin as is without editing makefile. java.awt.AWTException: cannot open XIM at sun.awt.motif.X11InputMethod.<init>(X11InputMethod.java:148) at sun.awt.motif.X11InputMethodDescriptor.createInputMethod(X11InputMeth odDescriptor.java:78) at sun.awt.im.InputContext.getInputMethodInstance(InputContext.java:691) at sun.awt.im.InputContext.getInputMethod(InputContext.java:641) at sun.awt.im.InputContext.dispatchEvent(InputContext.java:193) at sun.awt.im.InputMethodContext.dispatchEvent(InputMethodContext.java:1 77) at java.awt.Component.dispatchEventImpl(Component.java:2527) at java.awt.Container.dispatchEventImpl(Container.java:1213) at java.awt.Component.dispatchEvent(Component.java:2497) at java.awt.EventQueue.dispatchEvent(EventQueue.java:339) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh read.java:131) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre ad.java:98) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:85) 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?Pine.LNX.4.44.0202130119370.9064-100000>