How to open link contained in Javadoc by Eclipse?

Asked

Viewed 272 times

1

Can I open a file in Eclipse from a link contained in a Javadoc snippet? In case that file would be an XML.

  • I don’t understand the question.

1 answer

1

You can put a link to any URL with the tag {@link URL}. See the documentation.

Then just put the file on any server and put the URL. Probably can’t do relative to the class or project.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.