/**
* @param args Command-line arguments; database directory, other values in AppContext
*/
public static void main(String[] args) throws Exception {
ILDBContainer c=new ILDBContainer();
AppContext ac = ILDBContainer.createContextWithLegacyCommandLine(args);
c.initializeFromContext( ac,
"test.bbq", "com.antlersoft.browsebyquery.il");
BufferedReader in=new BufferedReader( new InputStreamReader( System.in));