This is an automated email from the ASF dual-hosted git repository.
mbalin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new c9e324b0bb Mention Graal.JS as needed when GraalVM is runtime JDK
behind proxy (#5785)
c9e324b0bb is described below
commit c9e324b0bb0d36ba0c64fb8d830bce210abb920d
Author: Martin BalĂn <[email protected]>
AuthorDate: Fri Apr 7 19:13:54 2023 +0200
Mention Graal.JS as needed when GraalVM is runtime JDK behind proxy (#5785)
* Remove JDK8 as minimum for build of VSNetBeans.
* Remove mention of JDK8 as lowest
* Install Graal.JS when running on GraalVM
---
java/java.lsp.server/vscode/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/java/java.lsp.server/vscode/README.md
b/java/java.lsp.server/vscode/README.md
index 8926dcaae5..1fd1beeb06 100644
--- a/java/java.lsp.server/vscode/README.md
+++ b/java/java.lsp.server/vscode/README.md
@@ -35,6 +35,8 @@ Apache NetBeans Language Server brings full featured Java
development (edit-comp
subprojects etc.
4. Or simply create a new Java class file with `public static void
main(String[] args)` method in opened folder and start coding, compiling,
debugging. Works on JDK 8 and newer.
+## Proxy Issues
+When running this extension on GraalVM, as its runtime JDK, behind proxy it
requires GraalVM JavaScript (Graal.JS) component installed to perform automatic
proxy resolution. Either install Graal.JS using GraalVM VSCode extension
available on Marketplace or invoke `gu install js` for GraalVM used by VSCode.
## Supported Actions
* __Java: New Project...__ allows creation of new Maven or Gradle project
---------------------------------------------------------------------
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