Repository: incubator-netbeans Updated Branches: refs/heads/master 116566306 -> f9e5412fc
Adding requirements section to README Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/f9e5412f Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/f9e5412f Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/f9e5412f Branch: refs/heads/master Commit: f9e5412fc25158f194c51ece0236f39cadfaa4e9 Parents: 1165663 Author: geertjan <[email protected]> Authored: Fri Sep 29 00:53:12 2017 +0200 Committer: geertjan <[email protected]> Committed: Fri Sep 29 00:53:12 2017 +0200 ---------------------------------------------------------------------- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/f9e5412f/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 19ec96d..f34be7e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ # Apache NetBeans -NetBeans is an open source development environment, tooling platform, and application framework. +Apache NetBeans is an open source development environment, tooling platform, and application framework. + +### Requirements + +#### Git +#### Ant 1.9.9 or above +#### JDK 8 (to build NetBeans) +#### JDK 9 (to run NetBeans) + +**Note:** NetBeans also runs with JDK 8, although then it will not include tools for the JDK 9 Shell. ### Building NetBeans
