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

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -