From 69d35cf078e9dbc6883328bb916160e8891753d5 Mon Sep 17 00:00:00 2001 From: Wilson Liu <wliu5@unimelb.edu.au> Date: Fri, 15 Mar 2019 12:45:22 +1100 Subject: [PATCH] Comment out the line to load java module. --- src/main/scripts/unix/module/module-file | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/scripts/unix/module/module-file b/src/main/scripts/unix/module/module-file index 493fef4..fd43645 100644 --- a/src/main/scripts/unix/module/module-file +++ b/src/main/scripts/unix/module/module-file @@ -37,7 +37,8 @@ module-whatis "Module to setup environment for unimelb-mf-clients." conflict unimelb-mf-clients # load java module (NOTE: you may need to change "Java" to the actual Java module name if it differs.) -module load Java +# Not required if install the package with JVM. +# module load Java # the root directory (NOTE: you need to change it to the actual installed directory.) set root /opt/unimelb-mf-clients-0.0.5 -- GitLab