From owner-freebsd-java Tue Feb 12 22:32:39 2002 Delivered-To: freebsd-java@freebsd.org Received: from daedalus.cs.brandeis.edu (daedalus.cs.brandeis.edu [129.64.3.179]) by hub.freebsd.org (Postfix) with ESMTP id B91E837B416 for ; Tue, 12 Feb 2002 22:32:35 -0800 (PST) Received: from localhost (meshko@localhost) by daedalus.cs.brandeis.edu (8.9.3/8.9.3) with ESMTP id BAA09491; Wed, 13 Feb 2002 01:32:27 -0500 Date: Wed, 13 Feb 2002 01:32:27 -0500 (EST) From: Mikhail Kruk To: Greg Lewis Cc: freebsd-java@FreeBSD.ORG Subject: Re: Java for FreeBSD In-Reply-To: <20020213150522.B57644@misty.eyesbeyond.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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.(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