From owner-freebsd-current@FreeBSD.ORG Sat May 31 01:50:45 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AB6F37B401; Sat, 31 May 2003 01:50:45 -0700 (PDT) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D04E43F75; Sat, 31 May 2003 01:50:42 -0700 (PDT) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h4VBoEIX016384; Sat, 31 May 2003 11:50:15 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h4V8vmBR021213; Sat, 31 May 2003 11:57:48 +0300 (EEST) (envelope-from ml) Date: Sat, 31 May 2003 11:57:48 +0300 From: Alexey Zelkin To: Daniel Eischen Message-ID: <20030531115748.A21185@phantom.cris.net> References: <200305310149.h4V1njNP064667@nd250009.gab.xdsl.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from eischen@pcnet.com on Sat, May 31, 2003 at 01:45:22AM -0400 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: freebsd-current@freebsd.org cc: Norikatsu Shigemura Subject: Re: Native JDK with libthr/libkse X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2003 08:50:45 -0000 On Sat, May 31, 2003 at 01:45:22AM -0400, Daniel Eischen wrote: > On Sat, 31 May 2003, Norikatsu Shigemura wrote: > > > I am testing about JDK1.4.1/1.3.1 with libthr/libkse using > > /etc/libmap.conf. > > > > 1. JDK1.3.1/libthr is not work. java is stop. > > 2. JDK1.3.1/libkse is not work. java is stop. > > 3. JDK1.4.1/libthr is not work. java is stop. > > 4. JDK1.4.1/libkse is good work. > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > $ /usr/local/jdk1.4.1/bin/java -jar /usr/local/jdk1.4.1/demo/jfc/Java2D/Java2Demo.jar > > May 31, 2003 10:33:14 AM java.util.prefs.FileSystemPreferences$3 run > > WARNING: Could not create system preferences directory. System preferences are unusable. > > May 31, 2003 10:33:45 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode > > WARNING: Could not lock System prefs.Unix error code 136418560. > > May 31, 2003 10:33:45 AM java.util.prefs.FileSystemPreferences syncWorld > > WARNING: Couldn't flush system prefs: java.util.prefs.BackingStoreException: Couldn't get file lock. > > May 31, 2003 10:34:15 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode > > WARNING: Could not lock System prefs.Unix error code 136418560. > > May 31, 2003 10:34:15 AM java.util.prefs.FileSystemPreferences syncWorld > > WARNING: Couldn't flush system prefs: java.util.prefs.BackingStoreException: Couldn't get file lock. > > May 31, 2003 10:34:45 AM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode > > WARNING: Could not lock System prefs.Unix error code 136418560. > > May 31, 2003 10:34:45 AM java.util.prefs.FileSystemPreferences syncWorld > > WARNING: Couldn't flush system prefs: java.util.prefs.BackingStoreException: Couldn't get file lock. > > : > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > What are the above error messages? Sorry, I've never been able to > build native java for FreeBSD. Ignore them. They are related to non-writable directory there swing attempts to save properties file.