[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Runs in Eclipse but not stand alone

Wondering if anyone can tell me:

How do you see the command line eclipse is generating to run junit tests?

I have a set of JUnit tests that run just fine from eclipse, but, I can't seem to mimic the exact environment for running the same code stand alone, from a batch script.

Is there a way to see the command line eclipse generates? Is there any logging facility for this information?