E Designer will provide you inline javadoc help when you are typing code in a JCD. If you want to browse the JavaDoc though, you can access or download the javadoc documentation from the repository.
Connect to the repository using a browser (http://localhost:12000). Login as admin/stc. Click on the Documentation tab on the top toolbar. Assuming you uploaded the Documentation SAR files, you should see the documentation (PDF), JavaDocs (where applicable) and Sample projects ..
Hemant.
> When you select one method from the list of methods,
> do you see a little window below the selected method
> showing the javadoc, with the description, return
> values, and parameter info ?
I can see the window, but the problem is, there is no description. the javadoc only shows the signature of the methods. I can't make out anything from that. For example, the stringToDouble method. The javadoc window only shows that it has 4 arguments, with no telling of what the arguments are for.