Subject: Java
To: NetBSD mailing list <port-i386@netbsd.org>
From: Yasir Malik <ymalik@cs.stevens-tech.edu>
List: port-i386
Date: 06/20/2003 12:05:23
I am trying to install Java1.4.1 running under Linux emulation on my
laptop.  The make program tells me to download
j2sdk-1_4_1_02-linux-i586.bin
from the Sun's website.  I went to Sun's website and they only have
j2sdk-1_4_1_03-linux-i586.bin

I downloaded it anyway, and ran make again, still complaining that it
needed j2sdk-1_4_1_02-linux-i586.bin.  Now, I looked in the Makefile (BTW
my sysadmin's name is there),  and
saw DISTNAME=j2sdk-1_4_1_02-linux-i586.  I changed it
to DISTNAME=j2sdk-1_4_1_03-linux-i586 and left everything else the same.

Will this cause any conflicts later on?
Thanks,
Yasir