Any plans to port icedtea-web-2.x for use with openjdk7?...

Greg Lewis glewis at eyesbeyond.com
Sun Aug 26 02:42:43 UTC 2012


On Wed, Aug 15, 2012 at 03:26:00PM -0400, Jung-uk Kim wrote:
> On 2012-08-15 12:32:19 -0400, Jung-uk Kim wrote:
> > On 2012-08-15 11:48:03 -0400, John Katzmaier wrote:
> >> I was just wondering if you have plans to or are currently
> >> working on porting icedtea-web-2.x for use with openjdk7.
> > 
> > The latest IcedTea-Web is 1.2.1. ;-)
> > 
> > Anyway, I haven't tried it myself but I *think* it may just work
> > with OpenJDK7 already.  It lacked one IcedTea patch but it was
> > already committed to upstream:
> > 
> > http://hg.openjdk.java.net/icedtea/jdk7/jdk/rev/e7fc51780596
> ...
> 
> Now I tested the patch and it works fine.  Here is the patch:
> 
> 	http://people.freebsd.org/~jkim/openjdk7-itweb.diff
> 
> How to build:
> 
> 	fetch -o /tmp/openjdk7-itweb.diff \
> 	    http://people.freebsd.org/~jkim/openjdk7-itweb.diff
> 	cd /usr/ports
> 	patch -p0 < /tmp/openjdk7-itweb.diff
> 	cd java/openjdk7
> 	make config	<--- ICEDTEA must be seleted!!!
> 	make
> 	make deinstall
> 	make install
> 	make clean	<--- optional
> 	cd ../icedtea-web
> 	make JAVA_VERSION=1.7
> 	make deinstall
> 	make install JAVA_VERSION=1.7
> 	make clean 	<--- optional
> 
> Cheers,
> 
> Jung-uk Kim

I've committed the patch for openjdk7.  Let me know when you've committed
the changes to icedtea-web and I'll commit the Makefile changes as well.

-- 
Greg Lewis                          Email   : glewis at eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis at FreeBSD.org


More information about the freebsd-java mailing list