mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-17 06:47:17 +00:00
Bump the minimum version of Java required.
NEWS:
README.Java:
Required at least Java SE 6 or equivalent.
m4/mercury.m4:
Check for at least the above version of Java.
This commit is contained in:
20
README.Java
20
README.Java
@@ -2,24 +2,22 @@
|
||||
|
||||
INTRODUCTION
|
||||
|
||||
This release of Mercury contains a port to Java,
|
||||
in particular to Sun Microsystems' Java 2 Platform, Standard Edition (J2SE).
|
||||
The Mercury compiler will generate Java source code that can be compiled into
|
||||
Java bytecode suitable for running in the J2SE runtime system.
|
||||
The Mercury compiler can generate Java source code that can be compiled into
|
||||
Java bytecode suitable for running the Java SE runtime system. The port is
|
||||
mostly complete, but some parts of the Mercury standard library are not yet
|
||||
implemented (for a full list see the FAQ below).
|
||||
|
||||
The port is mostly complete, but some parts of the Mercury standard
|
||||
library are not yet implemented (for a full list see the FAQ below).
|
||||
|
||||
The port is currently targeted at J2SE version 1.5 or higher.
|
||||
The port requires Java SE 6 or higher -- older versions of Java are *not*
|
||||
supported.
|
||||
|
||||
PREREQUISITES
|
||||
|
||||
In order to try this system you will need
|
||||
|
||||
- The J2SE SDK, which can be downloaded for free from
|
||||
<http://java.sun.com/downloads/index.html>
|
||||
* The J2SE SDK, which can be downloaded for free from
|
||||
<http://www.oracle.com/technetwork/indexes/downloads/index.html>
|
||||
|
||||
OR any other compatible Java implementation.
|
||||
* OR any other compatible Java implementation, such as OpenJDK.
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user