Java: Modifying System Properties for a Java App
Posted
by Midnight Blue
on Stack Overflow
See other posts from Stack Overflow
or by Midnight Blue
Published on 2010-03-23T13:46:38Z
Indexed on
2010/03/23
13:53 UTC
Read the original article
Hit count: 277
java
|properties
Hi, I am using a Java JMS GUI utility (HermesJMS), and in its runtime, I need to invoke:
System.setProperty("user.name", "s24park");
Is there a properties file within JDK(1.6.0.18) that stores system properties?
© Stack Overflow or respective owner