Date: Wed, 19 Apr 2006 10:14:54 +0300 From: Panagiotis Astithas <past@ebs.gr> To: Michael Tran <dublue@gmail.com> Cc: freebsd-java@freebsd.org Subject: Re: JDK 1.5.x on top of JDK 1.4.2? Message-ID: <4445E36E.6050709@ebs.gr> In-Reply-To: <4011f09c0604181800i7a2f4755o39d7a62ddd67f003@mail.gmail.com> References: <4011f09c0604181800i7a2f4755o39d7a62ddd67f003@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Michael Tran wrote: > Hi, > > I installed the diablo-JRE 1.5.x version as found at > http://freebsdfoundation.org/downloads/java.shtml ontop of my previous > install of JDK 1.4.2 > > # pkg_info | grep jdk > jdk-1.4.2p7_2 Java Development Kit 1.4.2 > linux-sun-jdk-1.4.2.10 Sun Java Development Kit 1.4 for Linux This doesn't show any trace of diablo-jre at all. Are you sure you installed it? > And Firefox is great and using the new 1.5 plugin. However, my other > applications do not use the new version. Also, this is the output > when I try java -version: > > # /usr/local/bin/java -version > java version "1.4.2-p7" > Java(TM) 2 Runtime Environment, Standard Edition (build > 1.4.2-p7-root_10_nov_2005_18_44) > Java HotSpot(TM) Client VM (build 1.4.2-p7-root_10_nov_2005_18_44, mixed mode) Assuming that you actually have diablo installed, you also have to have an updated ports tree in order for javavmwrapper to correctly pick diablo as the default jdk. At least ports/Mk/bsd.java.mk has to be updated to the latest version. > What is the process in updating my existing java with the latest? Do > I pkg_delete, then pkg_add the new one? My preference is to have only > one java. Just pkg_add the diablo package and you should be set. Later you can remove the jdk14 port if you want. > I also have Openoffice, Gimp, and a few other applications installed. > Will this pose as a problem? No, it shouldn't. Cheers, Panagiotis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4445E36E.6050709>