Eclipse Java launch configuration file path

可紊 提交于 2019-12-02 16:05:45
Luke Dicken

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.

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.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!