You may need to add the JDK (Java Development Kit) to the installed JRE in Eclipse
Go to Window-> Preferences-> Java-> Installed JRE
In the Name column, if you do not have the JDK as the default, you will need to add it.
Click the "Add" button and find the JDK on your computer. You can find it in this place: C: \ Program Files \ Java \ jdk1.xy
Where x and y are numbers.
If the JDK is not installed on your computer, download and install Java SE (standard version) from the Oracle website.
Then repeat the steps above. Make sure it is configured to use the default JRE.
Then return to the Projects-> Generate Javadoc ... dialog.
Now it should work.
Good luck.
Marina Tanasyuk Apr 04 '14 at 15:28 2014-04-04 15:28
source share