Subject fbmanager in jbuilder
Author sjlukacs
hello one and all,

i would like to use fbmanager to create a database within jbuilder and
java. jbuilder does not seem to recognize it however. here is the
code i have

FBManager.setServer("localhost");
FBManager.setPort(3050);
FBManager.start();
FBManager.createDatabase("/home/user/dude.gdb","sysdba","masterkey");

with this jbuilder does not recognize the FBManager class, or
fbManager for that matter also.

if i include

import org.firebirdsql.management.*;

above the class, then JBuilder does not recognize its methods. can
anyone post or email me a snippet of working code in jbuilder, or
perhaps i have jbuilder setup wrong. thank you in advance.

lucas