From owner-freebsd-questions@FreeBSD.ORG Sun Jun 29 21:36:12 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E6B537B401 for ; Sun, 29 Jun 2003 21:36:12 -0700 (PDT) Received: from c009.snv.cp.net (h019.c009.snv.cp.net [209.228.34.132]) by mx1.FreeBSD.org (Postfix) with SMTP id B83754401F for ; Sun, 29 Jun 2003 21:36:11 -0700 (PDT) (envelope-from shrikant@corp.123india.com) Received: (cpmta 3922 invoked from network); 29 Jun 2003 21:36:09 -0700 Received: from 203.115.113.14 (HELO network.windomain) by smtp.corp.123india.com (209.228.34.132) with SMTP; 29 Jun 2003 21:36:09 -0700 X-Sent: 30 Jun 2003 04:36:09 GMT From: Shrikant Mhatre Organization: 123india.com To: freebsd-questions@freebsd.org Date: Mon, 30 Jun 2003 09:59:43 +0530 User-Agent: KMail/1.5 References: <200306271325.34942.shrikant@corp.123india.com> <4465mq9spv.fsf@be-well.ilk.org> In-Reply-To: <4465mq9spv.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306300959.44124.shrikant@corp.123india.com> Subject: Re: How do i uninstall Jdk1.3 or any jdk version fron freebsd . X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: shrikant@corp.123india.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 04:36:12 -0000 Thanks for the reply , i tried this things as explained in the documnetation on www.freeBSD.org but it did not remove the folders /usr/local/jdk1.3.1 altough i did installed them from ports as described on the freebsd site I had to remove this folders manually ... Shrikant Mhatre On Saturday 28 June 2003 08:04 pm, you wrote: > Assuming you installed them from the ports (or packages) system, > # pkg_delete jdk* > should do it.