I have installed cocobase on Win2000 professional and set my
CLASSPATH = "g:\cocobase\demos\resources" through the control panel. I tried to get a connection to my database but I receive a MissingResourceException can't find resource bundle name resources.license. I don't know what else to try. Should I do a new install and except the defaults ? Would I get this message if I had an invalid or expired license ?
String cocoDriver = "thought.CocoBase.CocoPowder";
String driverName = "com.inet.tds.TdsDriver";
String dbUrl ="jdbc:inetdae:sqlserver.pa.avercom.net:1433?database=scooper";
String logName ="scooper";
String psswd ="";
CocoDriverInterface myBase = CocoDriver.getCocoDriver(cocoDriver,driverName,dbUrl,logName,psswd);
|