How to remove launch configuration histories in eclipse?

后端 未结 5 768
北海茫月
北海茫月 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:19

    • Go to Run->Run configuration. Delete the existing saved projects under the Java Application.
    • Run the class, having main method from eclipse. It will be automatically set.
    • create runnable Jar.

提交回复
热议问题