Eclipse cannot create runnable jar - No resources selected

前端 未结 13 1760
失恋的感觉
失恋的感觉 2020-12-29 19:35

When I try to export my project as a runnable jar Eclise gives me the following error:

No resources selected.

The project runs fine within Eclipse, I already

13条回答
  •  误落风尘
    2020-12-29 20:05

    Doing a (project->clean) and creating a new run configuration (with correct project and class name with main() method, selected) solved the problem for me.You just have to select the new run configuration while exporting runnable jar :)

提交回复
热议问题