How to remove launch configuration histories in eclipse?

后端 未结 5 702
北海茫月
北海茫月 2021-02-01 14:51

Right click an arbitrary existing project in Package Explore, choose \"export...\" - \"Java\" - \"Runnable JAR file\", I find all the old projects in the \"launch configuration\

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-01 15:06

    Eclipse menu -> Run -> Run Configurations... pops up the list of all viable run configurations, grouped by type. You are looking for those under Java Application. Any of these are deletable. Delete them and they will no longer show up in Run/Launch configuration lists.

提交回复
热议问题