Java - How to call a config.properties file?

Soldato
Joined
17 Oct 2002
Posts
3,412
Hi,

needing a bit of help with Java on Win32 please.
I have a test.java app that I'm calling with JAVAC from DOS prompt, it needs items from a config.properties file to work.
How do I call the test.java app and specify to use the config.properties?

JAVAC is working fine, it just can't see the config file.

Thanks.
 
Back
Top Bottom