In Code: System.out.println(\"myPackage.MyClass\");
In Eclipse Console: myPackage.MyClass.myMethod
I want to click on the output (myPackage.MyClass.myM
To add to the other answers, you can link to the specific class with this quirky format:
java.util..(List.java:100) java.awt..(List.java:100)
java.util..(List.java:100)
java.awt..(List.java:100)