From owner-freebsd-java Wed Feb 12 2: 5:26 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4298E37B401 for ; Wed, 12 Feb 2003 02:05:25 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8740543F93 for ; Wed, 12 Feb 2003 02:05:10 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h1CC7fvb057744; Wed, 12 Feb 2003 12:07:44 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h1CA8UMH040481; Wed, 12 Feb 2003 12:08:30 +0200 (EET) (envelope-from ml) Date: Wed, 12 Feb 2003 12:08:30 +0200 From: Alexey Zelkin To: Robert Swindells Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.4.1 patchset 2 Message-ID: <20030212120830.A40448@phantom.cris.net> References: <200302120906.h1C96THR041360@ren.fdy2.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200302120906.h1C96THR041360@ren.fdy2.net>; from rjs@fdy2.demon.co.uk on Wed, Feb 12, 2003 at 09:06:29AM +0000 X-Operating-System: FreeBSD 4.7-STABLE i386 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 hi, In this patchset locle stuff was not taken into account. Only minial changes were done. Please unset all locale variables before running java (LANG, LC_*) on Wed, Feb 12, 2003 at 09:06:29AM +0000, Robert Swindells wrote: > > I have built JDK 1.4.1 with patchset 2 fine, but get the following error > when running any of the demos: > > stimpy 174 % ../../../bin/java -jar Metalworks.jar > current locale is not supported in X11, locale is set to CX locale modifiers are not supported, using defaultWarning: Cannot find callback list in XtAddCallback > Exception in thread "main" java.lang.InternalError: Current locale is not supported > at sun.awt.motif.MWindowPeer.pSetTitle(Native Method) > at sun.awt.motif.MWindowPeer.init(MWindowPeer.java:100) > at sun.awt.motif.MFramePeer.(MFramePeer.java:58) > at sun.awt.motif.MToolkit.createFrame(MToolkit.java:197) > at java.awt.Frame.addNotify(Frame.java:469) > at java.awt.Window.show(Window.java:448) > at java.awt.Component.show(Component.java:1134) > at java.awt.Component.setVisible(Component.java:1089) > at Metalworks.main(Metalworks.java:86) > > Robert Swindells > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message