For some reasons that would be too long here, I'd like to be able to see
the structure of a java project from outside of eclipse (without
requiring to execute it)
By structure, I mean where are the sources, ressources, the libraries
(jars, ...)
It is quite east to read the .project and .classpath files. But when a
project uses a Variable Classpath Entry, all what we get is the name of
the variable. Not a problem if we could resolve that variable, but
unfortunately I have not found how to do this...
So if anybody could give me info or hints that would allow me to know
how to resolve those variables, that would be of a great help.