PreferencesImpl.systemRoot = new PreferencesImpl(null, "", PreferencesImpl.SYSTEM_NODE_TYPE);
PreferencesImpl.userRoot = new PreferencesImpl(null, "", PreferencesImpl.USER_NODE_TYPE);
}
catch(Throwable e)
{
throw new PreferencesException("Failed to initialize prefs api. "+e.toString());
}
}