2007/6/12, Cheok Yan Cheng <[EMAIL PROTECTED]>:
I try to disable the logging through properties file,
but it seems that it doesn't work. Is there any else I
had missed out?

[EMAIL PROTECTED]:~/Projects/jstock/dist$ java
-cp config/commons-logging.properties -jar jstock.jar

Include the config directory in the classpath, not the properties file.
Like this:

java -cp config -jar jstock.jar

a+
Rodrigo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to