Again my fault - in SQLDeveloper there is predefined value "org.hsql.jdbcDriver" for Hypersonic driver, but it doesn't match currently used name "org.hsqldb.jdbcDriver". I had not noticed it at the first time.
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Rudnev > Sent: Monday, June 10, 2002 5:15 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] Maintain JBoss HSQL DB? > > > Funny thing - oracle works fine when I add (via "Extras/Properties") > classes12.jar from oracle distribution, but when I do the same with hsqldb.jar > it doesn't do the trick - SQLDeveloper shows ClassNotFoundException error box. > > java.lang.ClassNotFoundException: org.hsql.jdbcDriver not found > at sqldeveloper.ConnectionManager.if(Unknown Source) > at > sqldeveloper.ui.connection.DefaultConnectionComponent.byte(Unknown Source) > at > sqldeveloper.ui.connection.DefaultConnectionComponent.access$0(Unknown > Source) > at > sqldeveloper.ui.connection.DefaultConnectionComponent$1.actionPerforme > d(Unknown > Source) > at javax.swing.JComboBox.fireActionEvent(JComboBox.java:870) at > javax.swing.JComboBox.selectedItemChanged(JComboBox.java:894) > ... > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of David Ward > > Sent: Monday, June 10, 2002 4:25 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [JBoss-user] Maintain JBoss HSQL DB? > > > > > > Yes - just use SQLDeveloper like I suggested before. It's a really good > > app that works against ANY jdbc-available database (unlike TOAD which > > only works on Windows against Oracle). > > > > As cool as the "startDatabaseManager" seems at first, it's really quite > > limited. Use a real tool! > > > > http://sqldeveloper.solyp.com/ > > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
