“Build path entry is missing” error when trying to create a new project in Eclipse

后端 未结 6 1822
孤城傲影
孤城傲影 2021-02-20 09:10

Build path entry is missing: org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7

6条回答
  •  后悔当初
    2021-02-20 10:00

    I solved this by configure the .classpath file. I use maven and I deleted a line with some invalid setting in the marked place shown below.

    
    
        
            
                
                
            
        
        
            
                
            
        
        
            
                
                
            
        
    
        -----some files which is actually deleted in my project, I delete this line and all works fine------
    
        
    
    

提交回复
热议问题