Skip to Content
0
Former Member
Feb 23, 2009 at 03:42 PM

Alternative to System.setProperty

421 Views

Hi,

I am using a 3rd party library in my code for which I need to use a DocumentBuilderFactory which is different from the one in our J2EE engine. So, I used System.setProperty. But I don't want this to be impacting the other applications running in the same server. How can I avoid that and use this setting only for my application DC?

Thanks.

MS.

Edited by: MSR on Feb 24, 2009 4:56 PM