On Tue, 09 Dec 2003 15:44:54 -0600 Charles Howse <[EMAIL PROTECTED]> wrote:
> Please tell me how you did it. > My build always fails. > I have /usr/local/linux-sun-jdk1.4.2 working. > > [EMAIL PROTECTED] /usr/local/linux-sun-jdk1.4.2/bin]# ./java -version > java version "1.4.2_02" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_02-b03) > Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode) > > -- > Thanks, > Charles > http://howse.homeunix.net:8080 > > Random Murphy's Law: > Envelopes and stamps which don't stick when you lick > them will stick to other things when you don't want > them to. > Hi Charles: Yes, here's what I had to do: 1. cd /usr/ports/java/linux-sun-jdk14 && make install <-- Don't clean yet 2. cd /usr/ports/java/jdk14 && make install < installs, and works 3. cd /usr/ports/java/linux-sun-jdk14 && make clean it'll take a couple of hours on an athlon 2100+ running 4.8 release patch level 14 hth. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
