Hi,
I am wondering how to populate new entity classes to database file, so that I could add new instances of these entities to database through explorer. I tried to run com.objectdb.Doctor with model.jar (my entity classes in it) in classpath but it doesn't work (new entities still dont show up in explorer). Could it be possible to add that kind of feature in next relase ?
I run doctor by executing cmd like :
java -cp bin\objectdb.jar;_my_model_.jar com.objectdb.Doctor old_db.db new_db.db