- This topic has 9 replies, 4 voices, and was last updated 14 years, 4 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
JeffMay 12, 2010 at 10:19 am #308343
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
May 12, 2010 at 11:32 pm #308353
support-shaliniMemberJeff,
Good to know that you are all set.
Do let us know if you have any issues.March 20, 2011 at 10:29 pm #315349
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
March 21, 2011 at 12:21 am #315352
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.
March 21, 2011 at 2:55 am #315355
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.
March 21, 2011 at 2:55 am #315356
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.
March 22, 2011 at 12:54 am #315399
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.
March 24, 2011 at 1:29 am #315475
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.
March 24, 2011 at 3:57 am #315481
support-swapnaModeratorwhakamaru,
Glad that is it working for you.
-
AuthorPosts