Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Make sure to download JDK14 and export JAVA_HOME  as well as PATH  variables to VSCode:

Code Block
languagebash
$ export JAVA_HOME=/jdk-14
$ code
  1. Download the Apache NetBeans Language Server

...

  1.  extension and install it into VSCode via Install from VSIX...

2. Make sure to get some Maven project - for example Micronaut: https://micronaut.io/launch/

3. Don't forget to select Maven and Java. Generate the project, download it, extract it into local disk.

...