From owner-freebsd-questions Tue Nov 4 18:27:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA00513 for questions-outgoing; Tue, 4 Nov 1997 18:27:55 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from tick.ssec.wisc.edu (tick.ssec.wisc.edu [144.92.108.121]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA00503 for ; Tue, 4 Nov 1997 18:27:51 -0800 (PST) (envelope-from dglo@tick.ssec.wisc.edu) Received: from tick.ssec.wisc.edu (localhost [127.0.0.1]) by tick.ssec.wisc.edu (8.8.7/8.8.7) with ESMTP id UAA11253; Tue, 4 Nov 1997 20:27:26 -0600 (CST) From: Dave Glowacki Message-Id: <199711050227.UAA11253@tick.ssec.wisc.edu> To: Eugeny Kuzakov cc: freebsd-questions@freebsd.org Subject: Re: JDK 1.1 on 2.2.5 In-reply-to: Your message of "Tue, 04 Nov 1997 11:27:28 +0600." <345EB240.9002F73@lab321.ru> Date: Tue, 04 Nov 1997 20:27:20 -0600 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I've got JDK 1.1 on my 2.2.5 system and it works well for non-AWT programs > > but as soon as I try to use any AWT-releated methods, I get: > > > > java.lang.NullPointerException > > at sun.awt.motif.MFramePeer.?init?(MFramePeer.java:59) > > at sun.awt.motif.MToolkit.createFrame(MToolkit.java:153) > > at java.awt.Frame.addNotify(Frame.java) > > at java.awt.Window.show(Window.java) > > .... > > What version motif library you have ? I tried it with both Motif 1.2.4 and the supplied lesstif library, and both of 'em gave the same error. Has anyone gotten JDK 1.1 working?