Skip to content

Commit

Permalink
Update DEPENDENCIES
Browse files Browse the repository at this point in the history
reformat and fix jdk url
  • Loading branch information
GitMensch authored Jul 11, 2024
1 parent 9164ac8 commit d092ae0
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -137,18 +137,21 @@ The following libraries ARE required WHEN :

JSON-C is distributed under Expat License.

5) JNI (Java Native Interface) support is used
5) JNI (Java Native Interface) support is used

BOTH runtime AND development components required.
BOTH runtime AND development components required.

One of the following:
Java Development Kit (JDK) 8 or later

o Java Development Kit (JDK) 8 or later
https://openjdk.java.net/
https://openjdk.org/

The JDK is distributed under various open-source licenses depending on the vendor and version. Common licenses include the GNU General Public License (GPL) and the Oracle Binary Code License Agreement.
The JDK is distributed under various open-source licenses depending
on the vendor and version. Common licenses include the GNU General
Public License (GPL) and the Oracle Binary Code License Agreement.

To enable JNI support, ensure that the JDK is installed on your system, and set the appropriate environment variables (e.g., JAVA_HOME) to point to the JDK installation directory.
To enable JNI support, ensure that the JDK is installed on your system,
and set the appropriate environment variables (e.g., JAVA_HOME) to point
to the JDK installation directory.

See HACKING if you wish to hack the GnuCOBOL source or build directly
from version control as this includes the list of additional tools
Expand Down

0 comments on commit d092ae0

Please sign in to comment.