本文介绍了运行配置存储在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在Mac OS上运行Liclipse 2.5.3。我重命名了我的项目。我丢失了所有运行配置。当我重新创建一个文件时,它说该文件存在。但是,没有运行配置。
Run Liclipse 2.5.3 on Mac OS. I renamed my project. I lost all my run configurations. When i recreate one, it says the file exists. However there are no run configurations present.
运行配置存储在哪里
推荐答案
启动是在工作区中的
.metadata/.plugins/org.eclipse.debug.core/.launches
文件夹。
每个启动配置都位于单独的位置xxx.launch文件,它是xml文件。
Each launch configuration is in a separate xxx.launch file which is a xml file.
您还可以导出和导入启动配置。
You can also Export and Import launch configurations.
这篇关于运行配置存储在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!