Missing .classpath file in Eclipse project

后端 未结 10 957
傲寒
傲寒 2021-02-04 06:11

I have recently returned to a project after not using it for a couple of weeks. The project was not created in Eclipse it was imported, and there is no \'.classpath\' file in t

10条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-04 06:58

    The below solution worked for me.

    Go to your project folder --> Right click folder --> Properties --> In general tab, Uncheck the attribute(last field), Read-only (Only applies to this folder) option.

    Then try adding jars in eclipse.

    Hope this helps

提交回复
热议问题