Skip to content

Commit 7a4bed2

Browse files
author
kayyagari
committed
Uncommented the lines that include default modules options to enforce Java9 or higher as the preferred JRE.
Users can still use Java8 but only after commenting out these lines after installation. (#81) Signed-off-by: kayyagari <kiran@sereen.io>
1 parent af8ee83 commit 7a4bed2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

server/basedir-includes/oieserver.vmoptions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-include-options conf/base_includes.vmoptions
55

66
# Comment out the following line if you are running on Java 8
7-
#-include-options conf/default_modules.vmoptions
7+
-include-options conf/default_modules.vmoptions
88

99
# Put any custom options in the following file
1010
-include-options conf/custom.vmoptions

server/basedir-includes/oieservice.vmoptions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-include-options conf/base_includes.vmoptions
55

66
# Comment out the following line if you are running on Java 8
7-
#-include-options conf/default_modules.vmoptions
7+
-include-options conf/default_modules.vmoptions
88

99
# Put any custom options in the following file
1010
-include-options conf/custom.vmoptions

0 commit comments

Comments
 (0)