Hello dear mailing-list,

I read in this list that NB 12.5 is not fully aware yet of the new OpenJDK 17 LTS ?
Is there still a work-around to enable Javadoc support for Ctrl+SPACE ?

So far this won't work, i.e. when editing Java source-code and then hitting Ctrl+SPACE to get a popup containing the Javadoc for the cursor's key-word, the popup just shows the title, like
  java.io.printsteam
  public void print

… but then the actual Javadoc space stays empty.

When on the same source-code keyword I open the right-click context menu and do "Show Javadoc", NB gives the correct page to an external browser and opens it fine.

This is with Ubuntu 20.04 LTS and apt-installed OpenJDK 17.

In Netbeans' menu Tools → Java Platforms , the platform folder reads "/usr/lib/jvm/java-17-openjdk-amd64" and basically works - but without Javadoc support for Ctrl+SPACE.

For further testing, in the Java-Platform's Tab "Javadoc" I manually added the URL for the online Javadoc:
https://docs.oracle.com/en/java/javase/17/docs/

… but it also doesn't work.

Any help or hints much appreciated. Thanks!
Greetings, Hans



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-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