java crashed

Satoshi Hasebe hasebe at acm.org
Tue Mar 9 17:59:03 PST 2004


>test the demo's applets , the java crash at libXt??
>%appletviewer example1.html

Does it happen with LANG C?
I'm in a similar situation.
The following code works well with LANG C, but doesn't with LANG ja_JP.eucJP.

class Test {
        public static void main(String[] args) {
                JFrame jf = new JFrame();
                jf.setSize(100, 100);
                jf.setVisible(true);
        }
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hs_err_pid645.log
Type: application/octet-stream
Size: 3266 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-java/attachments/20040310/f7429a93/hs_err_pid645.obj


More information about the freebsd-java mailing list