Eclipse: The resource is not on the build path of a Java project

后端 未结 13 1619
栀梦
栀梦 2020-12-04 17:23

I have been given a Source Folder (src) of a Java Project. I have created a .project file, kept it inside that folder and imported that Project int

13条回答
  •  没有蜡笔的小新
    2020-12-04 17:53

    Recently I met a similar problem. when importing a project without .project, a default empty .project generated without builders. here is an example to make it work.

    
        
                org.eclipse.jdt.core.javabuilder
            
            
        
    
    
        org.eclipse.jdt.core.javanature
    
    

提交回复
热议问题