Can't install openJDK6 - jtreg is missing

I'm attempting to install java/openjdk6.

Message tells me I need to manually fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/jtreg-4.1-bin-b02_21_may_2010.zip and place it in /usr/ports/distfiles.

But I can't manually fetch it from that address using
Code:
fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/jtreg-4.1-bin-b02_21_may_2010.zip
- says address not found.

And when I go to the openjdk download page - http://download.java.net/openjdk/jtreg/promoted/4.1/b02/index.html - I get a page not found error.

Where can I get this file from?
 
Hello

Not sure if this will help or not

but I can access jtreg build "b03"

Code:
fetch http://www.java.net/download/openjdk/jtreg/promoted/4.1/b03/jtreg-4.1-bin-b03_11_jul_2011.zip

=/
 
You welcome =) Glad it helped ^^

I think there are some problems regarding the older version of jtreg discussed on the mailing lists.
 
Back
Top