Eclipse Java launch configuration file path

前端 未结 3 2020
失恋的感觉
失恋的感觉 2021-01-30 19:56

I\'m looking for a file where Eclipse stores its launch configurations. I\'m doing some Java development in Ubuntu.

One of the executables i\'m developing requires an o

相关标签:
3条回答
  • 2021-01-30 20:26

    I'm not certain where Eclipse stores the 'local' run configurations (likely somewhere under the workspace .metadata directory), but under the 'common' tab of the Run Configurations dialog, there's an option to save it as a 'Shared file' within a project, in which case it will show up in your project directory.

    0 讨论(0)
  • 2021-01-30 20:35

    You can find the configuration files in :

    <workspace>/.metadata/.plugins/org.eclipse.debug.core/.launches

    There should be a *.launch file for every configuration you have in this workspace stored there.

    0 讨论(0)
  • 2021-01-30 20:48

    I found it in Debug config. Once I run module, in the debug window I can right click an go to Properties or some similar option and then there is a full path with all arguments.

    0 讨论(0)
提交回复
热议问题