I have two graph files and want to run in one jvm. But these graphs want to use different property file(such as Record.MAX_RECORD_SIZE parameter).
I use these :
EngineInitializer.initEngine(Const.pluginPath, Const.propPath, null);
EngineInitializer is static and can init only once and I have no ideas.
Thanks