Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Aug 2012 15:26:00 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        John Katzmaier <johnkatz@gmail.com>
Cc:        java@freebsd.org, glewis@FreeBSD.org
Subject:   Re: Any plans to port icedtea-web-2.x for use with openjdk7?...
Message-ID:  <502BF7C8.3070607@FreeBSD.org>
In-Reply-To: <502BCF13.6000607@FreeBSD.org>
References:  <CA%2BwWMwdwT7=0gbYxVzaU4S5yrmjRo1QBubfhmtyP5XVnz7Z05Q@mail.gmail.com> <502BCF13.6000607@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlAr98cACgkQmlay1b9qnVOwbACgpV9fU8lu/YbZQAfhDcwuvS2V
WWkAnAp39jRUByrObfarj35JfDrwnwjX
=UxcG
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?502BF7C8.3070607>