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.
source
share