For debugging reasons, we have a tool that displays our component tree structure in a web page, this contains hundreds of different classes.
What i would like to do is to generate a hyperlink to automatically open the java class in eclipse from the browser (i.e something like: <a href="eclipse://com.java.util.ArrayList#"removeAll,Collection">
).
Is it possible to configure eclipse to open a specific Java class at a specific method from a browser?