如何在Eclipse中编辑(运行时)类路径?

时间:2012-02-14 18:47:57

标签: eclipse tomcat ide classpath

在Eclipse中,在尝试启动Tomcat时,我收到此错误:

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

原因是,我将我的项目从xxxxxxs重命名为xxxxxx(注意不是" s")。它仍然引用旧的。 (运行时)类路径在哪里以及如何编辑它?

我知道这很简单,而且我已经看过了。

Java Eclipse - How do I change the classpath?类似,但我只是想知道如何编辑它,而不是如何解决我的特定问题。

1 个答案:

答案 0 :(得分:31)

现在发现我已经问过:

Run -> Run Configurations... -> Classpath

这是针对运行时类路径,对于构建类路径编辑,请参阅Java - Problem with the classpath on Eclipse