From owner-freebsd-java Fri Sep 7 0:22:38 2001 Delivered-To: freebsd-java@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 0989B37B406; Fri, 7 Sep 2001 00:22:30 -0700 (PDT) Received: from vega.vega.com (dialup14-27.iptelecom.net.ua [212.9.229.91]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id KAA19747; Fri, 7 Sep 2001 10:22:24 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.4/8.11.3) id f877LqZ19014; Fri, 7 Sep 2001 10:21:52 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200109070721.f877LqZ19014@vega.vega.com> Subject: Re: cvs commit: ports/java Makefile ports/java/forte Makefile distinfo (fwd) To: glewis@eyesbeyond.com (Greg Lewis) Date: Fri, 7 Sep 2001 10:21:12 +0300 (EEST) Cc: java@FreeBSD.org, ports@FreeBSD.org In-Reply-To: <20010907084911.A65793@misty.eyesbeyond.com> from "Greg Lewis" at Sep 07, 2001 08:49:11 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Hi Maxim, > > Seems I was too hasty. I think the updated patch (attached) handles > things better. Please let me know. Still no go. Apparently I misguided you in my last e-mail. The error message in question ls: /usr/local/jdk1.3.1/jre/../bin/java -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=big_brother:1028,suspend=y -Djava.compiler=NONE "-Xbootclasspath:/usr/local/jdk1.3.1/jre/../lib/tools.jar:/usr/local/jdk1.3.1/jre/lib/rt.jar:/usr/local/jdk1.3.1/jre/lib/i18n.jar:/usr/local/jdk1.3.1/jre/lib/sunrsasign.jar:/usr/local/jdk1.3.1/jre/classes:" -classpath "/root/ffjuser30/system:/usr/local/share/java/forte4j/system:/usr/local/share/java/forte4j/beans/TimerBean.jar:/root/ffjuser30/sampledir:/tmp:/usr/local/share/java/forte4j/modules/ext/AbsoluteLayout.jar:/usr/local/share/java/forte4j/lib/ext/servlet.jar" Test Can't load "libjdwp.so", because /usr/local/jdk1.3.1/jre/../jre/../lib/i386/libjdwp.so: Undefined symbol "fork1" Could not create the Java virtual machine. I donno where that `fork1' came from - the system in question is fairly recent 5-CURRENT box, last updated on 17 August. There are also another serious problem with it - it doesn't accept uppercase letters, i.e. when I'm trying to type uppercase letter it gets lowercase instead, which makes it pretty useless, as Java is case-sensitive. At the same time Linux JDK doesn't have such problem, so it is unlikely that this is a local misconfiguration. Please let me know if you will have any ideas on how it could be fixed. Thank you! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message