How to remove launch configuration histories in eclipse?

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

    Go to Run->Run configuration. Delete the existing saved projects under the Java Application.

    Then run the class, having main method from eclipse. It will be automatically set.

    Now create runnable Jar.

提交回复
热议问题