This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/delivery by this push:
     new 738c656  Update README with JDK 11 requirement.
     new c9af6ea  Merge pull request #3501 from neilcsmith-net/readme-nb13
738c656 is described below

commit 738c656cbdf43ed995ad10c5b553dc7d5d896d29
Author: Neil C Smith <neilcsm...@apache.org>
AuthorDate: Tue Jan 25 13:35:04 2022 +0000

    Update README with JDK 11 requirement.
---
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 244ff51..f3e9ea9 100644
--- a/README.md
+++ b/README.md
@@ -38,13 +38,12 @@ Apache NetBeans is an open source development environment, 
tooling platform, and
 
   * Git
   * Ant 1.9.9 or above
-  * JDK 8 or 11 (to build NetBeans)
-  * JDK 9 or above (to run NetBeans)
+  * JDK 11 (to build NetBeans)
+  * JDK 11 or above (to run NetBeans)
   * MinGW (optional), to build Windows Launchers
 
 #### Notes:
 
-* NetBeans also runs with JDK 8, although then it will not include tools for 
the JDK 9 Shell.
 * NetBeans license violation checks are managed via the 
[rat-exclusions.txt](https://github.com/apache/netbeans/blob/master/nbbuild/rat-exclusions.txt)
 file.
 * Set JAVA_HOME and ANT_HOME appropriately or leave them undefined.
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to