From owner-freebsd-questions Wed Nov 5 13:27:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA09631 for questions-outgoing; Wed, 5 Nov 1997 13:27:11 -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 NAA09622 for ; Wed, 5 Nov 1997 13:27:06 -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 PAA16813; Wed, 5 Nov 1997 15:24:57 -0600 (CST) From: Dave Glowacki Message-Id: <199711052124.PAA16813@tick.ssec.wisc.edu> X-Mailer: exmh version 2.0zeta 7/24/97 To: Zoltan Sebestyen Cc: Eugeny Kuzakov , Gianmarco Giovannelli , freebsd-questions@freebsd.org Subject: Re: JDK 1.1 on 2.2.5 In-reply-to: Your message of "Wed, 05 Nov 1997 12:17:22 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Nov 1997 15:24:53 -0600 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Zoltan Sebestyen wrote: > I had same problem with JDK1.1/FBSD2.2.2 and solved it. It was a long > time ago and I haven't use JDK for a long time so I don't have a clear > memory what was exactly the solution. I think I had to remove some > 'font-properties' or 'properties' file because it caused that problem. After reading your email, I remembered seeing that as well. Thanks for the hint! I hate to remove anything, so I just moved the files to a subdirectory, so the Java apps can't find them. After this sequence of commands, my Java applications started working: cd /lib mkdir fontprops mv font.properties* fontprops