究竟是如何加载的
G-ben 2014-02-11 10:37:46 用的ecplise
即便 classpath是空的
也可以运行
但
ResourceBundle bundle=ResourceBundle.getBundle("logTime.alone",Locale.getDefault(),
ClassLoader.getSystemClassLoader());
即便classpath空了 他还是可以找到相对应的资源
因为设置classpath 就像是没有用的
就像是 在使用另一个classpath
这是为什么