How can I see compilation classpath? ie. the command line?
What option can I set that shows me the compilation class path that's being used? I've added a dependency yet IDEA still fails the build because it doesn't know about the types from this new dependency.
Please sign in to leave a comment.
Robert Nicholson wrote:
In Selena (IDEA 7), as long as I can see, the compiltaion command line
can be found in idea.log file which is in IDEA's home/system/log/.
Search for "Running compiler:" string.