java.lang.NullPointerException Error when generating JavaDoc
I am trying to generate the JavaDocs for the source and I get a java.lang.nullpointerexception. Has any one experienced this error? Did you get work around.
The work around I have tried is doing it in smaller blocks, but it seems inconsitant and I loose the hyperlinking accross classes depending on where I do the cut off.
The work around I have tried is doing it in smaller blocks, but it seems inconsitant and I loose the hyperlinking accross classes depending on where I do the cut off.
Accepted answer
Hi Robert,
have you considered downloading the API documentation from 3.0.1.1 (All downloads)?
I know that other succeeded to generate JavaDoc from the SDK, but I know they had to do something to get over the hump.
If you set up the SDK like described in the Extensions workshop, you can browse it in Eclipse too.
have you considered downloading the API documentation from 3.0.1.1 (All downloads)?
I know that other succeeded to generate JavaDoc from the SDK, but I know they had to do something to get over the hump.
If you set up the SDK like described in the Extensions workshop, you can browse it in Eclipse too.
One other answer
Hi Robert,
have you considered downloading the API documentation from 3.0.1.1 (All downloads)?
I know that other succeeded to generate JavaDoc from the SDK, but I know they had to do something to get over the hump.
If you set up the SDK like described in the Extensions workshop, you can browse it in Eclipse too.
Thanks. Didn't see this as an option.