Eclipse Java launch configuration file path -
i'm looking file eclipse stores launch configurations. i'm doing java development in ubuntu.
one of executables i'm developing requires output executable argument it. say, output of 'b' needs passed commandline argument 'a'. in eclipse, don't want manually change "run configuration" every time. eclipse store these configurations esp arguments?
i found "eclipsearguments.txt" in extras folder of project isn't same arguments i'm passing run configurations. ".project" file doesn't contain either. i'm confused.
thanks help.
you can find configuration files in :
<workspace>/.metadata/.plugins/org.eclipse.debug.core/.launches
there should *.launch
file every configuration have in workspace stored there.
Comments
Post a Comment