initialize(preProperties, postProperties, argv, null);
}
public static synchronized void initialize(Properties preProperties, Properties postProperties, String[] argv,
ClassLoader classLoader) {
initialize(preProperties, postProperties, argv, classLoader, new ClassicPyObjectAdapter());
}