From owner-freebsd-java@FreeBSD.ORG Tue Mar 22 01:33:29 2005 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 38D2C16A4CE for ; Tue, 22 Mar 2005 01:33:29 +0000 (GMT) Received: from april.chuckr.org (april.chuckr.org [66.92.151.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id EECA943D54 for ; Tue, 22 Mar 2005 01:33:28 +0000 (GMT) (envelope-from chuckr@chuckr.org) Received: from [66.92.151.195] (july.chuckr.org [66.92.151.195]) by april.chuckr.org (Postfix) with ESMTP id 4707E12121 for ; Mon, 21 Mar 2005 20:33:12 -0500 (EST) Message-ID: <423F75CA.2080006@chuckr.org> Date: Tue, 22 Mar 2005 01:32:58 +0000 From: Chuck Robey User-Agent: Mozilla Thunderbird 1.0 (X11/20050316) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: settings 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: Tue, 22 Mar 2005 01:33:29 -0000 Now that I finally have jdk1.5.0 built and installed, I have a single demo application, and even that one application only manages to give me: Error: could not find libjava.so Error: could not find Java 2 Runtime Environment. This is from the Argo uml application, and that's pretty vanilla, I think, so I have the jdk1.5.0 installed badly. Can someone either give me another dmo appl, or even better, tell me what I have wrong with my installation ... One hint, the directory /usr/local/jdk1.5.0/jre/lib/amd64 is full of libs like libjava.so (yes, the same one as the error message) but none of them register in ldconfig -r, although they are on my LD_LIBRARY_PATH list.