如何在Java项目中引用属性文件

时间:2013-01-02 07:04:16

标签: java junit classpath

我有一个Node.properties文件放在我的Java项目的config文件夹中。文件夹的层次结构为:

**Project**
   ->src
   ->config
      ->client
      ->eclipse
          ->test
      ->preferences

当我成功构建代码并尝试使用JUNIT运行测试类时,我收到错误 -

Node.properties not found in classpath

我检查了类路径文件,发现在引用路径/config/eclipse/test时,/config/client中的文件未被引用。

您能告诉我如何确保在classpath中找到该文件?

我正在使用Ant脚本在Eclipse中构建项目。

谢谢!

1 个答案:

答案 0 :(得分:0)

如果你正在运行eclipse

  1. 点击项目 - >选择属性
  2. 点击Java Build Path
  3. Source标签下 添加路径config/client