ClassLoader classLoaderToUse = Main.class.getClassLoader();
if (jars.size() > 0) {
URL[] jarUrls = getUrls(jars);
classLoaderToUse = new ChildFirstClassLoader(jarUrls, Main.class.getClassLoader());
}
ObjectCollectionSerializer serializer = new ObjectCollectionSerializer();
EntityManager em = null;