有關*.properties檔案的問題

colingo發表於2006-10-09
我用eclipse,把db.properties檔案放在D:\myproject\oceanshopp\department.properties
在struts的程式中可以讀出:
ResourceBundle rb=PropertyResourceBundle.getBundle"department",Locale.ENGLISH);
但是在main()中讀不出,
如果把這個檔案放在:
D:\myproject\oceanshopp\WebRoot\WEB-INF\classes\department.properties
就可以讀出了,

在struts中呼叫和在main()中呼叫,不能把這個檔案放在同一位置嗎?

相關文章