How to see full compile path in Eclipse?
        Posted  
        
            by alleywayjack
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by alleywayjack
        
        
        
        Published on 2010-06-16T18:33:30Z
        Indexed on 
            2010/06/16
            18:52 UTC
        
        
        Read the original article
        Hit count: 234
        
I have looked for an answer for this nearly every where that I can think of, but there doesn't seem to be any way to actually SEE what Eclipse "runs" to compile the projects (as it does need the JDK installed and visible to actually build). I ask because I imported a few jars into my project, and even though I've looked through all the javac documentation, I can't seem to figure out how to mimic it quite like Eclipse does. I really, really need to be able to compile on the command line in this case - Eclipse or any other IDE just isn't what is needed.
I started to look through the Eclipse source, and although this sounds lazy, I just became overwhelmed and figured I would ask here first, hoping someone else had the same question at one point.
© Stack Overflow or respective owner