From owner-freebsd-java Wed Feb 27 6: 4:43 2002 Delivered-To: freebsd-java@freebsd.org Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by hub.freebsd.org (Postfix) with ESMTP id 510E137B402 for ; Wed, 27 Feb 2002 06:04:40 -0800 (PST) Received: by l04.research.kpn.com with Internet Mail Service (5.5.2653.19) id <1Z1F75V4>; Wed, 27 Feb 2002 15:04:39 +0100 Message-ID: <59063B5B4D98D311BC0D0001FA7E452205FDA3B3@l04.research.kpn.com> From: "Koster, K.J." To: 'j mckitrick' Cc: freebsd-java@FreeBSD.ORG Subject: RE: Ugrade from linux-jdk to native Date: Wed, 27 Feb 2002 15:04:36 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Jm, > > Could someone point me to some info on the upgrade path from the last > linux jdk to the new native one? > > Is it as simple as pkg_deinstall/pkg_add? > You cannot use pkg_add, you must use the ports collection and build one. (Legal issues, will be resolved). # cd /usr/ports/java/jdk13 # make install clean # pkg_delete linux_jdk13 In that order. The linux JDK is necessary to build the native JDK. Kees Jan ===================================================== You can't have everything. Where would you put it? [Steven Wright] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message