Hi,
Can you please explain why you need to use System.getProperties as part of the Session.getDefaultInstance? As in the following snippet taken from the published code:
// Get system properties
Properties properties = System.getProperties();
Many thanks,
Chris
Why use system properties?Chris February 20, 2012 at 10:49 PM
Hi, Can you please explain why you need to use System.getProperties as part of the Session.getDefaultInstance? As in the following snippet taken from the published code: // Get system properties Properties properties = System.getProperties(); Many thanks, Chris
Post your Comment