From owner-freebsd-java Tue Apr 23 11:52:20 2002 Delivered-To: freebsd-java@freebsd.org Received: from mail-out-01.piro.net (mail-out-01.piro.net [194.64.31.8]) by hub.freebsd.org (Postfix) with ESMTP id B412337B404 for ; Tue, 23 Apr 2002 11:52:12 -0700 (PDT) Received: from pcserver.science-factory.com (Sciencefactory-atm1-181.pironet-ndh.net [195.135.137.205]) by mail-out-01.piro.net (8.9.3/8.9.3/PN-991208) with ESMTP id UAA19847 for ; Tue, 23 Apr 2002 20:52:11 +0200 Received: by pcserver.science-factory.com (Postfix, from userid 511) id 5DDDB2A2A39; Tue, 23 Apr 2002 20:51:01 +0200 (CEST) From: Marc van Woerkom To: freebsd-java@freebsd.org Subject: locale not supported? Message-Id: <20020423185101.5DDDB2A2A39@pcserver.science-factory.com> Date: Tue, 23 Apr 2002 20:51:01 +0200 (CEST) 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 Does anyone know what is wrong here? # javavm -jar Java2Demo.jar current locale is not supported in X11, locale is set to CX locale modifiers are not supported, using defaultWarning: Cannot convert string "Home,_Key_Begin" to type VirtualBinding Warning: Cannot convert string "F1,_Key_Help" to type VirtualBinding Warning: Cannot convert string "ShiftF10,_Key_Menu" to type VirtualBinding Warning: Cannot convert string "F10,Shift_Key_Menu" to type VirtualBinding Warning: Cannot convert string "KP_Enter,_Key_Execute" to type VirtualBinding Warning: Cannot convert string "AltReturn,Alt_Key_KP_Enter" to type VirtualBinding 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:98) at sun.awt.motif.MFramePeer.(MFramePeer.java:58) at sun.awt.motif.MToolkit.createFrame(MToolkit.java:192) at java.awt.Frame.addNotify(Frame.java:469) at java.awt.Window.show(Window.java:433) at java.awt.Component.show(Component.java:1128) at java.awt.Component.setVisible(Component.java:1083) at java2d.Java2Demo.main(Java2Demo.java:444) Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message