import com.orientechnologies.orient.server.OServerMain; public class OrientDBEmbeddable { public static void main(String[] args) throws Exception { OServer server = OServerMain.create(); server.startup( "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + ""); } }