From owner-freebsd-java@FreeBSD.ORG Thu Dec 22 18:20:19 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 78E3316A41F for ; Thu, 22 Dec 2005 18:20:19 +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 5D87343D7C for ; Thu, 22 Dec 2005 18:20:03 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from localhost (localhost [127.0.0.1]) by fuggle.veldy.net (Postfix) with ESMTP id 98DDFC1C1; Thu, 22 Dec 2005 12:20: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 05136-08; Thu, 22 Dec 2005 12:19:59 -0600 (CST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by fuggle.veldy.net (Postfix) with ESMTP id 07C78C16A; Thu, 22 Dec 2005 12:19:58 -0600 (CST) Message-ID: <43AAEE4E.7030807@veldy.net> Date: Thu, 22 Dec 2005 12:19: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: Herve Quiroz References: <43AADF4E.5090506@veldy.net> <20051222173312.GA51505@arabica.esil.univ-mrs.fr> <43AAED68.1070402@veldy.net> In-Reply-To: <43AAED68.1070402@veldy.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at veldy.net 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 18:20:19 -0000 Thomas T. Veldhouse wrote: > Herve Quiroz wrote: > >> On Thu, Dec 22, 2005 at 11:15:58AM -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? >>> >> >> >> No, the links should not point to 1.4 binaries. They should all point to >> /usr/local/bin/javavm. Actually this is a feature provided by >> javavmwrapper. See javavm(1) for further information. >> >> >> > javavm as a replacement for java is deprecated. Something in the > installation of the port of JDK14, which was current last Oct 22, > created those links. What created those links? I just want to relink > them. > Nevermind, javavm creates those links. Tom Veldhouse