AW: FreeBSD 4.8 stable / jdk14
Holger Kipp
holger.kipp at alogis.com
Fri Jul 18 08:11:26 PDT 2003
Marcus Henschel wrote:
> >> Bootstrap Settings:
> >> BOOTDIR = /usr/local/linux-sun-jdk1.4.1
> > ^^^^^^^^^^^^^^^^^^
> >
> > You probably want to install linux-sun-jdk1.4.1 first.
> the problem is, that i can't install linux-sun-jdk1.4.1. If i move
> to /usr/ports/java/linux-sun-jdk14 and do a make install it says:
> ===> linux-sun-jdk-1.4.2 You must manually fetch the J2SE v1.4 SDK
> Linux GNUZIP Tar shell script (j2sdk-1_4_2-linux-i58
> 6.bin) from http://java.sun.com/webapps/download/Display?BundleId=8590\
> &Referer=http://java.sun.com/j2se/1.4.2/download.html, place it in
> /usr/ports/distfiles and then run make again.
Hmm. Have you considered installing linux-sun-jdk1.4.2 then and
changing Makefile for jdk14 accordingly? Something like
--- Makefile Sun Apr 6 03:17:00 2003
+++ Makefile.142 Fri Jul 18 17:01:17 2003
@@ -36,7 +36,7 @@
.if defined(NATIVE_BOOTSTRAP)
JDK14DIR?= ${LOCALBASE}/jdk${JDK_VERSION}
.else
-JDK14DIR?= ${LOCALBASE}/linux-sun-jdk${JDK_VERSION}
+JDK14DIR?= ${LOCALBASE}/linux-sun-jdk1.4.2
.endif
# workaround to handle both 'zip' and 'tar.gz' distfiles
might do the trick for the time being.
Regards,
Holger
--
Holger Kipp, Dipl.-Math., Systemadministrator | alogis AG
Fon: +49 (0)30 / 43 65 8 - 114 | Berliner Strasse 26
Fax: +49 (0)30 / 43 65 8 - 214 | D-13507 Berlin Tegel
email: holger.kipp at alogis.com | http://www.alogis.com
More information about the freebsd-java
mailing list