I am looking for a file where Eclipse stores its launch configurations. I am developing Java in Ubuntu.
One of the executables I am developing requires output from another executable as an argument. Let's just say the output of "B" should be passed as a command line argument to "A". In Eclipse, I don’t want to manually change “Run Configuration” every time. Where does Eclipse store these esp configuration arguments?
I found "eclipseArguments.txt" in the "Advanced" folder of the project, but this is not the same as the arguments that I pass to the "Run configuration". The .project file also does not contain it. I'm confused.
Thanks for the help.
java eclipse configuration-files
AtharvaI Feb 23 2018-11-17T00: 00Z
source share