java -DcreateSolution=true -jar abc.jar from the eclipse IDE.
How and where would I pass the parameter -DcreateSolution=true from eclipse. It will also work if I pass this parameter to my project but I can not do this also.
I can do this in cmd.
SCJP 6
Tom Reilly
Rancher
Joined: Jun 01, 2010
Posts: 618
posted
0
From the menu item Run | Run Configurations. Select the Arguments tab.
Tom Reilly wrote:From the menu item Run | Run Configurations. Select the Arguments tab.
Note that the "-D" option is a VM option, not a command option, so make sure you enter the "-D" parameter in the VM arguments textarea and not the command arguments textarea!
Customer surveys are for companies who didn't pay proper attention to begin with.
ujjawal rohra
Ranch Hand
Joined: Mar 20, 2010
Posts: 101
posted
0
Yes it worked...
Thanks Tim and Tom
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: How to pass parameters to a jar from eclipse