How can I open a file in Eclipse from a link contained in a Javadoc excerpt? In case this file would be an XML.
How can I open a file in Eclipse from a link contained in a Javadoc excerpt? In case this file would be an XML.
You can link to any URL with the {@link URL}
tag. See the documentation .
So just put the file on any server and put the URL. Probably can not do with class or project.