I want to keep a text file for parameters for my java program. When I
access the java code, it will look for those parameters and store
them in variables.
For example:
PATH=c:\temp
CONNECT_STRING=xyz
Then these variables should be accessed at the begining of the java
program and stored in variables like vPath, vConnectStr etc.
Can anybody give me an idea? If there is a code available, it would
be very good to understand it.