- This topic has 9 replies, 4 voices, and was last updated 13 years, 9 months ago by support-swapna.
-
AuthorPosts
-
Jeff KishMemberHi.
I’m working with Maximo, and have downloaded a javadocs.zip from IBM.
unzipping it gives a pretty valid looking set of directories and files including index.html.I right clicked on the project | properties | javadoc location and entered the location via the brows button.
When I hover over a function I get:
MboSetRemote psdi.mbo.Mbo.getMboSet(String name, String objectName) throws MXException, RemoteException
Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.Is there something else I should do to attach the javadocs so I can get to it via the editor?
I imagine this would be pertinent for any javadocs.. man how do you include several javadocs from several vendors? They can’t all be in the same location can they?
thanks
Jeff
Jeff KishMember@kishjeff wrote:
Hi.
I’m working with Maximo, and have downloaded a javadocs.zip from IBM.
unzipping it gives a pretty valid looking set of directories and files including index.html.I right clicked on the project | properties | javadoc location and entered the location via the brows button.
When I hover over a function I get:
MboSetRemote psdi.mbo.Mbo.getMboSet(String name, String objectName) throws MXException, RemoteException
Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.Is there something else I should do to attach the javadocs so I can get to it via the editor?
I imagine this would be pertinent for any javadocs.. man how do you include several javadocs from several vendors? They can’t all be in the same location can they?
thanks
JeffHi.. I fugured it out.. had to try a couple more things.. I selected the proper entry under the Package Explorer ‘Referenced Libraries’ Aand right clicked, adding in the javadoc location. It seems to work as I had hoped. case closed, FYI, Jeff
support-shaliniMemberJeff,
Good to know that you are all set.
Do let us know if you have any issues.
whakamaruMemberHi
I have tried this and still gete javdoc can not be found.
I have done the following
from the package explorer
right clicked “Referenced Libraries”
went to “Build Path” > Configure Build Path…”From the Properties or dialog box
selected the “Javadoc Location”
browsed to the directory. Validated. Applyed. OKAm I messing something.
Thanks
@kishjeff wrote:
@kishjeff wrote:
Hi.
I’m working with Maximo, and have downloaded a javadocs.zip from IBM.
unzipping it gives a pretty valid looking set of directories and files including index.html.I right clicked on the project | properties | javadoc location and entered the location via the brows button.
When I hover over a function I get:
MboSetRemote psdi.mbo.Mbo.getMboSet(String name, String objectName) throws MXException, RemoteException
Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.Is there something else I should do to attach the javadocs so I can get to it via the editor?
I imagine this would be pertinent for any javadocs.. man how do you include several javadocs from several vendors? They can’t all be in the same location can they?
thanks
JeffHi.. I fugured it out.. had to try a couple more things.. I selected the proper entry under the Package Explorer ‘Referenced Libraries’ Aand right clicked, adding in the javadoc location. It seems to work as I had hoped. case closed, FYI, Jeff
support-swapnaModeratorwhakamaru,
1) Can you please share your installation details with us from MyEclipse > Installation Summary > Installation Details?
2) From which location did you download the javadoc? Please paste the link here for me.
3) Clear the contents of .log file which is located at <workspace dir>/.metadata folder. Now try replicating the issue.
Please check if there are any errors logged in the .log file. If yes then paste them here for me.4) What is the error you see when you hover over the function? Paste it here for me.
whakamaruMemberI am using
Eclipse IDE for Java Developers
Version: 1.2.2.20100216-1730
Build id: 20100218-1602Javadocs downloaded from IBM website using Maximo 7.1.1.5
Examples of the hover
boolean psdi.util.logging.MXLogger.isDebugEnabled()
Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.psdi.server.MXServer
Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.@support-swapna wrote:
whakamaru,
1) Can you please share your installation details with us from MyEclipse > Installation Summary > Installation Details?
2) From which location did you download the javadoc? Please paste the link here for me.
3) Clear the contents of .log file which is located at <workspace dir>/.metadata folder. Now try replicating the issue.
Please check if there are any errors logged in the .log file. If yes then paste them here for me.4) What is the error you see when you hover over the function? Paste it here for me.
whakamaruMemberI am using
Eclipse IDE for Java Developers
Version: 1.2.2.20100216-1730
Build id: 20100218-1602Javadocs downloaded from IBM website using Maximo 7.1.1.5
Examples of the hover
boolean psdi.util.logging.MXLogger.isDebugEnabled()
Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.psdi.server.MXServer
Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.@support-swapna wrote:
whakamaru,
1) Can you please share your installation details with us from MyEclipse > Installation Summary > Installation Details?
2) From which location did you download the javadoc? Please paste the link here for me.
3) Clear the contents of .log file which is located at <workspace dir>/.metadata folder. Now try replicating the issue.
Please check if there are any errors logged in the .log file. If yes then paste them here for me.4) What is the error you see when you hover over the function? Paste it here for me.
support-swapnaModeratorwhakamaru,
From the installation details I understand that you are working with Eclipse IDE.I suggest you post it to Eclipse forums for better support.
whakamaruMemberDid more investigating and I found the solution on how to attach the Maximo javadocs to my version of Eclipse IDE for Java Developers
@support-swapna wrote:
whakamaru,
From the installation details I understand that you are working with Eclipse IDE.I suggest you post it to Eclipse forums for better support.
support-swapnaModeratorwhakamaru,
Glad that is it working for you.
-
AuthorPosts