From owner-freebsd-java Wed Feb 12 2:44:46 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 07AC137B401 for ; Wed, 12 Feb 2003 02:44:45 -0800 (PST) Received: from ren.fdy2.net (fdy2.demon.co.uk [80.177.11.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144C843FB1 for ; Wed, 12 Feb 2003 02:44:44 -0800 (PST) (envelope-from rjs@ren.fdy2.net) Received: from ren.fdy2.net (localhost [127.0.0.1]) by ren.fdy2.net (8.12.6/8.11.3) with ESMTP id h1CAigZJ041543; Wed, 12 Feb 2003 10:44:42 GMT (envelope-from rjs@ren.fdy2.net) Received: (from rjs@localhost) by ren.fdy2.net (8.12.6/8.12.6/Submit) id h1CAigDJ041540; Wed, 12 Feb 2003 10:44:42 GMT Date: Wed, 12 Feb 2003 10:44:42 GMT Message-Id: <200302121044.h1CAigDJ041540@ren.fdy2.net> From: Robert Swindells To: phantom@FreeBSD.org.ua Cc: freebsd-java@FreeBSD.ORG In-reply-to: <20030212120830.A40448@phantom.cris.net> (message from Alexey Zelkin on Wed, 12 Feb 2003 12:08:30 +0200) Subject: Re: JDK 1.4.1 patchset 2 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 Alexey Zelkin wrote: >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) >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_*) No variables were set. The box is just running 4.7-STABLE built from source last week. Robert Swindells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message