Java/25 (Java-25.eb)
Install with the EasyBuild-user module:
To access module help after installation and get reminded for which stacks and partitions the module is installed, usemodule spider Java/25.
EasyConfig:
#DOC! User installation is possible in `partit0on/common`, making a single installation
#DOC! available in all regular partitions.
easyblock = 'ModuleRC'
local_java_fullversion = '25.0.4+7'
name = 'Java'
version = '25'
homepage = 'https://java.com/'
whatis = [
'Description: Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers'
]
description = """
Java Platform, Standard Edition (Java SE) lets you develop and deploy
Java applications on desktops and servers.
"""
toolchain = SYSTEM
deps = [
('Java', local_java_fullversion)
]
env_mod_category = 'lang'