mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-12 20:34:19 +00:00
Estimated hours taken: 3 Branches: main New rules for installing the Mercury standard library in grade Java. library/Mmakefile: Added new target 'jars' which creates a jar file for the library classes and a jar file for the runtime classes. Modified target 'install_library' so that it adds these jar files to a new directory in the install path. To use these jar files, the CLASSPATH environment variable must be set to: <library_path>/mer_std.jar:<library_path>/mer_std.runtime.jar:. scripts/Mmake.vars.in: Added variable INSTALL_JAVA_LIBRARY_DIR to define where the above jar files will be installed.