How do you clear a system property?
Created Oct 31, 2005
John Zukowski Prior to JDK 1.5, you couldn't. With 1.5, you can use the clearProperty method of System. Provided you have write PropertyPermission on the key, this will succeed.
Created Oct 31, 2005