I'm doing an eclipse plugin project. I have realized a view by TreeViewer, which can read info from text and show them. The treeViewer has several columns and one of which shows the specific line number in a file,
just like this:
java.lang.NoClassDefFoundError: Could not initialize class de.toem.pattern.element.Elements at de.toem.eclipse.toolkits.util.SelectionUtils.getElements(SelectionUtils.java:36)
I have no idea how to jump to the file when click the number, please help me..