myeclipse中Web App Libraries无法自动识别lib下的jar包

myeclipse,lib中的jar包无法自动加载到Web App Libraries中,即使添加了Web App Libraries这个libraries,jar包还是如法加入。

解决办法:

在.project文件中,修改使用以下内容覆盖原来的nature

org.eclipse.jem.workbench.JavaEMFNature
com.genuitec.eclipse.ast.deploy.core.deploymentnature
com.genuitec.eclipse.j2eedt.core.webnature
org.eclipse.jdt.core.javanature
org.eclipse.wst.jsdt.core.jsNature
org.eclipse.wst.common.project.facet.core.nature
org.eclipse.wst.common.modulecore.ModuleCoreNature

然后,在.settings文件夹中,加入 org.eclipse.wst.common.component 文件,内容:



   
       
       
       
       
   


你可能感兴趣的:(myeclipse常见问题)