How do I edit the (runtime) classpath in Eclipse?

廉价感情. 提交于 2019-12-06 17:25:33

问题


In Eclipse, while trying to start Tomcat, I am getting this error:

The project: xxxxxxs which is referenced by the classpath, does not exist.

The reason is, I renamed my project from xxxxxxs to xxxxxx (note no "s"). It is still referencing the old one. Where is the (runtime) classpath and how do I edit it?

I know this is simple, and I've looked.

(Similar to Java Eclipse - How do I change the classpath? but I just want to know how to edit it, not how to solve my particular problem.)


回答1:


Found it now that I've asked:

Run -> Run Configurations... -> Classpath

This is for the runtime classpath, for build classpath editing, see Java - Problem with the classpath on Eclipse.



来源:https://stackoverflow.com/questions/9282440/how-do-i-edit-the-runtime-classpath-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!