From owner-freebsd-java@FreeBSD.ORG Thu Dec 22 18:16:13 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 B422616A41F for ; Thu, 22 Dec 2005 18:16:13 +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 213D043D5E for ; Thu, 22 Dec 2005 18:16:13 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from localhost (localhost [127.0.0.1]) by fuggle.veldy.net (Postfix) with ESMTP id 1B7AAC1BD; Thu, 22 Dec 2005 12:16:12 -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 05106-07; Thu, 22 Dec 2005 12:16:09 -0600 (CST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by fuggle.veldy.net (Postfix) with ESMTP id 40C5DC16A; Thu, 22 Dec 2005 12:16:09 -0600 (CST) Message-ID: <43AAED68.1070402@veldy.net> Date: Thu, 22 Dec 2005 12:16:08 -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> In-Reply-To: <20051222173312.GA51505@arabica.esil.univ-mrs.fr> 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:16:13 -0000 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. Tom