Problem with NetBeans IDE on MacOSX

I installed the Netbeans IDE on Mac OS X a few weeks ago. In the code completion window when writing Java code, I always get a complete complete list of possible code completions, but in the pop-up window that should display the JDK documentation entry (all details) for each possible completion, they always say that the JDK documentation was not found! It never occurred to me when I was working on Windows.

I even downloaded and explicitly added the JDK document library to the Netbeans library, but to no avail. Has anyone encountered such a problem? Please help! Thank you very much in advance.

+3
source share
1 answer

, , , , , , ... .

, , JavaDoc 1.5 Java Platforms 3 ( Netbeans 6.5, , , ).

+3

Source: https://habr.com/ru/post/1705310/


All Articles