关于getProperty()
getProperty(String key)
Gets the system property indicated by the specified key.
请问system property是在那里设定的?
是在环境变量中吗?
getProperty(String key)
Gets the system property indicated by the specified key.
请问system property是在那里设定的?
是在环境变量中吗?
这样也可以,不过我想知道的是如果不是通过程序来设定,而是在程序外部来设定,应该用什么方法?
比如:
getProperty("snmp.dir")
我应该在那里进行设置呢?