324a878467
hotspot and j2se). The j2se patches are from the bsd java repositories 1.5 -> 1.6 (performed by Greg Lewis) -> 1.7 by myself. j2se patches are in sync with 1.6 patchset 1 plus the Runtime.exec fix from Michiel Boland via FreeBSD PR http://www.freebsd.org/cgi/query-pr.cgi?pr=115557. Also from FreeBSD: interactive JRL license verification. By default the port is IS_INTERACTIVE=Yes. Add ACCEPT_JRL_LICENSE=Yes to /etc/mk.conf to permanently accept the JRL license. At some point in the future I will work on switching this back to OpenJDK/GPLv2 src. That largely depends on Sun's progress at removing more of the binary plug bits so that stubbing out the remainder is less cumbersome and time consuming. Testing, comments and okay ian@
20 lines
845 B
Plaintext
20 lines
845 B
Plaintext
Java (TM) 2 Runtime Environment, Standard Edition
|
|
Version 1.7.0
|
|
|
|
The Java(TM) 2 Runtime Environment contains the Java virtual machine,
|
|
runtime class libraries, and Java application launcher that are
|
|
necessary to run programs written in the Java programming language.
|
|
It is not a development environment and does not contain development
|
|
tools such as compilers and debuggers. For development tools, use
|
|
the Java 2 SDK, Standard Edition.
|
|
|
|
Flavors:
|
|
with_ipv6
|
|
Build the jdk/jre with ipv6 support. When the jdk/jre is built
|
|
with this flavor, java will create only ipv6 sockets by default.
|
|
Since ipv4 to ipv6 address mapping is disabled on OpenBSD,
|
|
using ipv4 addresses will fail. Consequently, you may only
|
|
use ipv6 addresses or you can start java with
|
|
-Djava.net.preferIPv4Stack=true and can only use ipv4
|
|
addresses.
|