How do you clear a system property?
Created May 8, 2012
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 May 8, 2012