From owner-freebsd-ports@FreeBSD.ORG Tue Jan 18 18:28:18 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3EB416A4CE; Tue, 18 Jan 2005 18:28:18 +0000 (GMT) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A0543D41; Tue, 18 Jan 2005 18:28:14 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id j0IIcunP030172; Tue, 18 Jan 2005 15:38:56 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost.iib.unsam.edu.ar [127.0.0.1]) by pi.iib.unsam.edu.ar (8.12.11/8.12.9) with ESMTP id j0IIRcBo063317; Tue, 18 Jan 2005 15:27:38 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.12.11/8.12.11/Submit) id j0IIRc7F063316; Tue, 18 Jan 2005 15:27:38 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Tue, 18 Jan 2005 15:27:38 -0300 From: Fernan Aguero To: FreeBSD Ports Message-ID: <20050118182738.GD41232@iib.unsam.edu.ar> Mail-Followup-To: FreeBSD Ports , lioux@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i cc: lioux@FreeBSD.ORG Subject: azureus expects missing /usr/local/bin/java? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2005 18:28:19 -0000 Hi! I just installed azureus and when trying to launch it for the first time, it produces this error: exec: /usr/local/bin/java: not found Should I expect to have java in that place? I have the java/jdk14 port installed and it does not install a java executable there, nor a symlink. I can of course create a link pointing to /usr/local/jdk1.4.2/bin/java but I was wondering if either net/azureus or java/jdk14 need to be fixed. Thanks, Fernan