Skip to content

Commit

Permalink
OWS-616 : update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
janakmulani committed Nov 29, 2023
1 parent 772a6b1 commit d151286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/faq/FAQ.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This is a precautionary measure as we regularly update this bundled JRE, and we

==== Which Java versions can be used to run my JNLP applications?

Your JNLP applications can be run with a version of Java such as 8, 11, or 17.
Your JNLP applications can be run with a version of Java such as 8, 11, 17, or 21.
We have not run any tests with higher versions of Java yet but from the experience collected while adding support for Java 11 we do not expect any big obstacles.

OpenWebStart JVM Manager will download and manage JVMs as they are requested by an application.
Expand Down
2 changes: 1 addition & 1 deletion documentation/guide/OWSGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ The version number specified can either end with a number, and asterisk or a plu

1.8 would mean the version must be 1.8.
1.8* means anything at or higher than 1.8 but less than 9 (like 1.8.x).
1.8+ means anything 1.8 or higher (such as 11, 17).
1.8+ means anything 1.8 or higher (such as 11, 17, 21).

OWS maintains a hardcoded list of secure JVM arguments as specified at:

Expand Down

0 comments on commit d151286

Please sign in to comment.