Eclipse Java Missing required source folder: 'src'

前端 未结 14 1138
伪装坚强ぢ
伪装坚强ぢ 2021-01-01 08:48

I imported a jar file into workspace and this is the error I get:

Description Resource Path Location Type
Project \'Interpreter1\'

14条回答
  •  庸人自扰
    2021-01-01 09:17

    If you are facing an error with the folder, such as src/test/java or src/test/resources, just do a right click on the folder and then create a a new folder with the name being src/test/java. This should solve your problem.

提交回复
热议问题