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 d8e58b0  tweaks to index re Java
d8e58b0 is described below

commit d8e58b02c7cb15d10d82544717eccfb524a35594
Author: Geertjan Wielenga <[email protected]>
AuthorDate: Wed Jun 3 13:36:47 2020 +0200

    tweaks to index re Java
---
 netbeans.apache.org/src/content/download/nb120/index.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/download/nb120/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb120/index.asciidoc
index 5114af9..92fb558 100644
--- a/netbeans.apache.org/src/content/download/nb120/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb120/index.asciidoc
@@ -91,7 +91,7 @@ tasks.withType(JavaCompile).each {
 run.jvmArgs(['--enable-preview'])
 ----
 
-TIP: To use the latest Java language features, such as the new "record" 
keyword, in the Java Editor, you'll need to run Apache NetBeans itself on the 
JDK that provides those features, so that Apache NetBeans will use the Java 
compiler from the JDK it runs on 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 will be used, 
rather than nb-javac, which does no [...]
+TIP: To use the latest Java language features, such as the new "record" 
keyword, in the Java Editor, you'll need to run Apache NetBeans itself on the 
JDK that provides those features, so that Apache NetBeans will use the Java 
compiler from the JDK it runs on for code recognition, syntax coloring, etc. In 
these scenarios, 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 will 
be used, rather than nb-javac, [...]
 
 Other enhancements in the Java area.
 


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