java - How to share one single config.properties file by an application and by a connected library -


i have written little tool package contains logging, mailing etc. package has it´s own config.properties file, opened that:

input = appproperties.class.getclassloader().getresourceasstream("config.properties"); 

now plan import package external jar other applications. there way have both, application , imported jar, share jar´s config.properties file, , if so, how can done?


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -