From owner-freebsd-java@FreeBSD.ORG Thu Dec 22 17:16:04 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 20F4116A41F for ; Thu, 22 Dec 2005 17:16:04 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from fuggle.veldy.net (fuggle.veldy.net [209.240.64.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A39343D5D for ; Thu, 22 Dec 2005 17:16:03 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from localhost (localhost [127.0.0.1]) by fuggle.veldy.net (Postfix) with ESMTP id 5C439C1BD for ; Thu, 22 Dec 2005 11:16:02 -0600 (CST) Received: from fuggle.veldy.net ([127.0.0.1]) by localhost (fuggle.veldy.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04787-05 for ; Thu, 22 Dec 2005 11:15:59 -0600 (CST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by fuggle.veldy.net (Postfix) with ESMTP id 51C06C16A for ; Thu, 22 Dec 2005 11:15:59 -0600 (CST) Message-ID: <43AADF4E.5090506@veldy.net> Date: Thu, 22 Dec 2005 11:15:58 -0600 From: "Thomas T. Veldhouse" User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at veldy.net Subject: 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:16:04 -0000 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? Thanks in advance, Tom Veldhouse