From owner-freebsd-java@FreeBSD.ORG Thu Dec 22 17:36:58 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 612EC16A42C for ; Thu, 22 Dec 2005 17:36:58 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9070943D76 for ; Thu, 22 Dec 2005 17:36:41 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 291C2F2683; Thu, 22 Dec 2005 09:36:41 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 83015-08; Thu, 22 Dec 2005 09:36:40 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 3C360F2680; Thu, 22 Dec 2005 09:36:40 -0800 (PST) From: Sean McNeil To: "Thomas T. Veldhouse" In-Reply-To: <43AADF4E.5090506@veldy.net> References: <43AADF4E.5090506@veldy.net> Content-Type: text/plain Date: Thu, 22 Dec 2005 09:36:40 -0800 Message-Id: <1135273000.80842.0.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Cc: freebsd-java@freebsd.org Subject: Re: What creates java links in /usr/local/bin? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 17:36:58 -0000 On Thu, 2005-12-22 at 11:15 -0600, Thomas T. Veldhouse wrote: > What process is creating the links to the JDK in /usr/local/bin? I have > both JDK1.4 and JDK1.5 installed (both native), and the links all > currently point to 1.4. Is there a utility that will relink to the 1.5 > binaries, or will I have to do this manually? javavmwrapper-2.0_6?