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

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c07ba7  Update notes on JDK to build with
     new 88bd6a5  Merge pull request #403 from Rareitor/patch-2
1c07ba7 is described below

commit 1c07ba78719eaf81d4d814cee4d14b0bd4908779
Author: Rareitor <[email protected]>
AuthorDate: Thu Jul 25 10:22:48 2019 -0500

    Update notes on JDK to build with
    
    Mention JDK 11 with regards to building Netbeans, mention also the flag 
that needs to be enabled when using ant to build.
    Have not tried to build with other non-LTS JDK, but if I can, will update 
this modification to reflect it.
---
 netbeans.apache.org/src/content/download/dev/index.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/dev/index.asciidoc 
b/netbeans.apache.org/src/content/download/dev/index.asciidoc
index 6bd5fe1..8648b0c 100644
--- a/netbeans.apache.org/src/content/download/dev/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/dev/index.asciidoc
@@ -37,12 +37,12 @@ Please visit 
link:https://builds.apache.org/job/netbeans-linux/[https://builds.a
 You can of course build Apache NetBeans from source. To do so:
 
 . Clone the https://github.com/apache/netbeans GitHub repository.
-. Install Oracle's Java 8 or Open JDK v8.
+. Install Oracle's Java or Open JDK (v8, v11).
 . Install Apache Ant 1.10 or greater (https://ant.apache.org/).
 
 Once you're all set just enter the `netbeans` directory and type:
 
-- `ant` to build the Apache NetBeans IDE.
+- `ant` to build the Apache NetBeans IDE on JDK 8, on JDK 11 also type 
-Dpermit.jdk9.builds=true with the `ant` command.
   ** Once built, the IDE bits are placed in the `./nbbuild/netbeans` 
directory. You can run the IDE from within the `netbeans` directory by typing 
`./nbbuild/netbeans/bin/netbeans` on unixes (for Windows the command is 
equivalent).
 - `ant tryme` to run the Apache NetBeans IDE.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to