Command Used by Eclipse [message #171060] |
Thu, 14 September 2006 18:48  |
Eclipse User |
|
|
|
Originally posted by: jpdogg.gmail.com
Hello,
I'm wondering how to get the command that Eclipse uses to run my java
program. I could reconstruct it, but I don't want to try to figure out
where all the .jar files are for the classpath and other java commandline
options that it uses.
Is there an easy way to figure this out?
My apologies if this has been covered before - I spent a few minutes
looking and couldn't find the answer.
Thanks,
Jay
|
|
|
Re: Command Used by Eclipse [message #171077 is a reply to message #171060] |
Thu, 14 September 2006 19:26  |
Eclipse User |
|
|
|
Hey Jay,
The easiest way to find this out is by debugging your program, then
while stopped at a breakpoint or after it's done executing, select the
last line of the running application, right click on it and select
properties. In the window that pops up, there's Command line field that
you can copy the value from. Non-obvious to get to, but it's there :)
Hope this helps,
- Jeff
|
|
|
Powered by
FUDForum. Page generated in 0.10367 seconds