SyntaxFix
Write A Post
Hire A Developer
Questions
Create a configuration file and put your entries there.
SERVER_PORT=10000 THREAD_POOL_COUNT=3 ROOT_DIR=/home/
You can load this file using Properties.load(fileName) and retrieved values you get(key);
Properties.load(fileName)
get(key)