Any plans to port icedtea-web-2.x for use with openjdk7?...
Jung-uk Kim
jkim at FreeBSD.org
Wed Aug 15 19:26:00 UTC 2012
-----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-----
More information about the freebsd-java
mailing list