Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2003 09:06:29 GMT
From:      Robert Swindells <rjs@fdy2.demon.co.uk>
To:        freebsd-java@freebsd.org
Subject:   JDK 1.4.1 patchset 2
Message-ID:  <200302120906.h1C96THR041360@ren.fdy2.net>

next in thread | raw e-mail | index | archive | help

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.<init>(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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302120906.h1C96THR041360>