cancel
Showing results for 
Search instead for 
Did you mean: 

Eclipse access Alfresco Javadoc

dranakan
Champ on-the-rise
Champ on-the-rise
Hello,

Is is possible to access the online Javadoc of Alfresco (ie : http://dev.alfresco.com/resource/docs/java/repository/) from Eclipse ?

This is to look at the help when we are coding… (Press F1 and help appears)

Thanks

http://wiki.alfresco.com/wiki/Alfresco_on_Eclipse
4 REPLIES 4

mrogers
Star Contributor
Star Contributor
The Javadoc files are also contained within the SDK for each release.   For performance reasons I suggest you use those files instead.

dranakan
Champ on-the-rise
Champ on-the-rise
Thank you… I follow your advice.

But how can I do that ?

In the SDK, there is several javaDoc (core-doc.zip, repository.zip, …).
I have a Alfresco project, and it adds (in Java Build Path)  the two Projects : SDK AlfrescoEmbedded and SDK AlfrescoRemote.
Does I need to unzip the doc, and tell in the SDK AlfrescoEmbedded to set the JavaDocLocation ? Same for the SDK AlfrescoRemote. Which doc does I set in the JavaLocation ?

Thanks

afaust
Legendary Innovator
Legendary Innovator
You need to attach the src ZIP files with the libraries in the build path of your SDK AlfrescoEmbedded / AlfrescoRemote projects. Simply select each JAR file in the build path (under "Referenced Libraries"), open the Properties dialog and select the appropriate ZIP file under Source Attachment.

dranakan
Champ on-the-rise
Champ on-the-rise
Thanks