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 d2b86fa JDK 14 and nb-javac note
d2b86fa is described below
commit d2b86faf3b0e78e47fe504c652d4d03e977de984
Author: Geertjan Wielenga <[email protected]>
AuthorDate: Thu Mar 5 17:18:16 2020 +0100
JDK 14 and nb-javac note
---
netbeans.apache.org/src/content/download/nb113/index.asciidoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/netbeans.apache.org/src/content/download/nb113/index.asciidoc
b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
index 9eddb0f..ed71085 100644
--- a/netbeans.apache.org/src/content/download/nb113/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb113/index.asciidoc
@@ -91,6 +91,8 @@ 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.
+
Other enhancements in the Java area.
- link:https://openjdk.java.net/jeps/330[JEP 330]: Launch Single-File
Source-Code Programs -- single Java source files can be created, outside of
projects, in the Favorites window, and they can be run and debugged, if
NetBeans is running on JDK 11 or later.
---------------------------------------------------------------------
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