facebook

cannot attach javadoc to jars

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #289307 Reply

    dpedro
    Member

    Hi, could anyone tell me if there are any magic tricks to attach javadoc to build path jars?
    I have:
    – MyEclipse 5.5.1 GA
    – project with libs/jars “lib”
    – web java project with “lib/spring-2.5.jar” added to libraries
    – set javadoc location for above jar to “http://static.springframework.org/spring/docs/2.5.x/api/”. validation passes, all seem to be ok
    – then in code javadoc don’t show up in tooltip and with shift-f2 context help it says “The documentation location for […] has not been configured. […]”

    I’d appreciate any help

    #289376

    Brian Fernandes
    Moderator

    dpedro,

    This should work. The only problem I can think of is that there may be multiple JARs on your project classpath which are contributing the same class, and the one which is active hasn’t got the Javadoc location configured.
    Have you got any other library containers added to the classpath? If you are using MyEclipse 5.5, I would recommend upgrading to pick up fixes in both Eclipse and MyEclipse, since that release is over a year old and based on Eclipse 3.2.

    Hope this helps.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: cannot attach javadoc to jars

You must be logged in to post in the forum log in