I have a legacy .JAR file. I am able to de-compile it with JD-GUI, but this gives me a set of class files. I am trying to follow code through but there is limited linkage between the various classes.
I can follow the code manually, but is there a way to "re link" or create a project, so that I can navigate more easily.
JD-GUI does this partly when it underlines certain classes, but only takes me to the class. I would like to go direct to a declaration or see all usages.
If I understand your question, you want options similar to eclipse Goto
references and declarations etc.
src
folder in eclipse