I have a rather length project I'm working on, which requires an older JDK to compile correctly, various JAR includes, and the like. I'm assembling the entire project using a batch script, and I'd like to make the whole process fully automated with the script. So I was wondering if I could view the shell commands Eclipse does to make a particular piece of code turn into a JAR (from compiling with the appropriate JDK I specified to making the JAR), so I don't need to manually go in and waste a ton of time making sure I do things right in the shell myself. Thanks!I have a rather length project I'm working on,