From owner-freebsd-java@FreeBSD.ORG Wed Apr 23 00:01:40 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80ED237B419 for ; Wed, 23 Apr 2003 00:01:40 -0700 (PDT) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D15F43FCB for ; Wed, 23 Apr 2003 00:01:37 -0700 (PDT) (envelope-from ernst@zaphod.euronet.nl) Received: from zaphod.euronet.nl (localhost [127.0.0.1]) by zaphod.euronet.nl (8.12.9/8.12.9) with ESMTP id h3N71a4G003199; Wed, 23 Apr 2003 09:01:36 +0200 (CEST) (envelope-from ernst@zaphod.euronet.nl) Received: from localhost (localhost [[UNIX: localhost]]) by zaphod.euronet.nl (8.12.9/8.12.9/Submit) id h3N71ZUc003198; Wed, 23 Apr 2003 09:01:35 +0200 (CEST) From: Ernst de Haan To: Fuyuhiko Maruyama Date: Wed, 23 Apr 2003 09:01:35 +0200 User-Agent: KMail/1.5.1 References: <200304221126.27399.znerd@FreeBSD.org> <200304230805.02718.znerd@FreeBSD.org> <55wuhlemom.wl%fuyuhik8@is.titech.ac.jp> In-Reply-To: <55wuhlemom.wl%fuyuhik8@is.titech.ac.jp> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304230901.35717.znerd@FreeBSD.org> cc: java@FreeBSD.org Subject: Re: JDK 1.3.1p8 problem report X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 07:01:41 -0000 > At least, CatchXSL 1.2.1/jdk1.3.1p8 on my FreeBSD-4.8-STABLE box shows > splash screen up, and then the application's main window appears too. > I can interact with its menu bars. Hmm, you got further than I did. > Which distribution did you use? > - catchXSL1.2.1.zip > - catchXSL1.2.1_saxon.zip > - catchXSL1.2.1_xalan.zip catchXSL1.2.1.zip Using Xerces/J 2.2.0, Xalan 2.4.1 > How do you invoke it? > - How your environment variables are defined? CLASSPATH cleared. $ set | grep J JAVA_COMPILER=NONE JAVA_HOME=/usr/local/jdk1.3.1 > What options did you specify when you build jdk1.3.1p8? No specific options. $ cat /etc/make.conf CPUTYPE= i686 XFREE86_VERSION= 4 SUP_UPDATE= yes SUP= /usr/local/bin/cvsup SUPFLAGS= -g -L 2 SUPHOST= cvsup.nl.FreeBSD.org SUPFILE= /etc/src-supfile PORTSSUPFILE= /etc/ports-supfile DOCSUPFILE= /etc/doc-supfile A4=yes Part of my kernel config: machine i386 cpu I686_CPU ident ZAPHOD maxusers 0 makeoptions DEBUG=-g options INET options USERCONFIG options VISUAL_USERCONFIG options KTRACE options SYSVSHM options SYSVMSG options SYSVSEM options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING > What version of jdk1.3.1p8 do you use? > - jdk1.3.1p8 or jdk1.3.1p8_1? $ pkg_info | grep ^jdk-1.3 jdk-1.3.1p8_1 Java Development Kit 1.3 > Is there any problem on your hardware, especially, are your DRAMs > trouble free? Yup. No problems whatsoever. My 'make world' went fine yesterday. I'm doing a 'make kernel world' every 2 months or so. > > I could send the core file if you like, but it's quite BIG. Around 94 > > MB, bzipped it's ~9 MB > > I don't want this ;-). Can understand that. But I thought I might give it a try :) Cheers, Ernst