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 d27d9f2  jdk 14 notes
d27d9f2 is described below

commit d27d9f291647ebc53b8245968d0cc938ea805e5f
Author: Geertjan Wielenga <geert...@apache.org>
AuthorDate: Thu Mar 5 17:21:31 2020 +0100

    jdk 14 notes
---
 netbeans.apache.org/src/content/download/nb113/index.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/download/nb113/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
index ed71085..4b92add 100644
--- a/netbeans.apache.org/src/content/download/nb113/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
@@ -91,7 +91,7 @@ tasks.withType(JavaCompile).each {
 run.jvmArgs(['--enable-preview'])
 ----
 
-TIP: To use JDK 14 features in the Java Editor, you'll need to run Apache 
NetBeans 11.3 itself on JDK 14, since the javac  that Apache NetBeans runs on 
is used by the editor for features such as syntax coloring. Also, make sure to 
uninstall nb-javac, if it is installed, so that the javac from JDK 14 will be 
used for these reasons.
+TIP: To use JDK 14 features, such as the new "record" keyword, in the Java 
Editor, you'll need to run Apache NetBeans 11.3 itself on JDK 14, so that 
Apache NetBeans will use the Java compiler from JDK 14 for code recognition, 
syntax coloring, etc. Also, make sure to uninstall nb-javac, if it is 
installed, and not to install and use it, when prompted, so that the Java 
compiler from JDK 14 will be used, rather than nb-javac, which does not support 
JDK 14.
 
 Other enhancements in the Java area.
 


---------------------------------------------------------------------
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