Java: Modifying System Properties for a Java App
- by Midnight Blue
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?