Skip to main content



      Home
Home » Newcomers » Newcomers » Command Used by Eclipse
Command Used by Eclipse [message #171060] Thu, 14 September 2006 18:48 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:junit.framework.AssertionFailed error not yet implemented
Next Topic:Create Patch with -F^f (or any argument)
Goto Forum:
  


Current Time: Sun May 11 23:19:02 EDT 2025

Powered by FUDForum. Page generated in 0.10367 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top