项目读取配置文件

配置文件读取问题

同包配置文件读取

this.getClass().getResourceAsStream("/img/logo.png");

项目读取配置文件

jar包提供给别的程序依赖,配置外部配置文件

pop.load(new FileInputStream(new File(this.getClass().getProtectionDomain().getCodeSource().getLocation().getPath()).getParent()+"/config.properties"));

项目读取配置文件

上一篇:Java class的getName()和getCanonicalName()和getSimpleName()


下一篇:Object类