Board index » jbuilder » JBuilder 9 and hsqldb
apuc
![]() JBuilder Developer |
apuc
![]() JBuilder Developer |
JBuilder 9 and hsqldb2004-05-27 08:29:28 PM jbuilder19 Hi, I am trying to write a programm which uses the hsqldb. Unfortunatley he does not find the driver and gets no connection to the DB. After refering to the manual i tried to put the hsql.jar into my biblithecs, which seemed to work but the error still occurs. Any suggestions? Thanks Sebastian Paulussen |
Lori M Olson (TeamB)
![]() Java Developer |
2004-05-28 12:05:05 AM
Re:JBuilder 9 and hsqldb
apuc wrote:
QuoteHi, -- Regards, Lori Olson (TeamB) ------------ Save yourself, and everyone else, some time and search the newsgroups and the FAQ-O-Matic before posting your next question. Google Advanced Newsgroup Search www.google.ca/advanced_group_search Other Newsgroup Searches: www.borland.com/newsgroups/ngsearch.html Joi Ellis's FAQ-O-Matic: www.visi.com/~gyles19/fom-serve/cache/1.html |
Sebastian Paulussen
![]() Java Developer |
2004-05-28 01:05:38 AM
Re:JBuilder 9 and hsqldb
"Lori M Olson (TeamB)" < XXXX@XXXXX.COM >schrieb im
Newsbeitrag news:40b611d3$ XXXX@XXXXX.COM ... Quote
{smallsort} |
Paul Furbacher [TeamB]
![]() Java Developer |
2004-05-28 04:33:36 AM
Re:JBuilder 9 and hsqldb
apuc wrote:
QuoteI am trying to write a programm which uses the hsqldb. Unfortunatley other JARs which it might depend on? and 2. you added that new JBuilder library to your project's "Required Libraries"? You must do both in order to be able to use the driver in your programs for which you have made a runtime configuration in JBuilder. (Please see the JBuilder help for creating a runtime configuration if this concept is also new to you.) -- Paul Furbacher (TeamB) Save time, search the archives: www.borland.com/newsgroups/ngsearch.html Is it in Joi Ellis's Faq-O-Matic? www.visi.com/~gyles19/fom-serve/cache/1.html Finally, please send responses to the newsgroup only. That means, do not send email directly to me. Thank you. |
Sebastian Paulussen
![]() Java Developer |
2004-05-28 05:10:52 AM
Re:JBuilder 9 and hsqldbQuoteDoes this mean that Sebastian Paulussen |
Paul Furbacher [TeamB]
![]() Java Developer |
2004-05-28 11:23:12 AM
Re:JBuilder 9 and hsqldb
Sebastian Paulussen wrote:
Quote>Does this mean that operative word is *if*) there are other dependencies, *you* must include those. If there are no dependencies, it should be sufficient to create a JBuilder library and include it in your project's "Required Libraries" in the Project Properties dialog. Did you indeed do the latter? My guess is that you may have overlooked that step, since the runtime apparently said it could not find the class. (You didn't specify the exact error message in your first message, so I'm just guessing as to what the error may have been.) The other thing to consider is that this database may be run in a number of ways, and you can chase your tail trying to figure out what is going on when in fact the server is not even running. Be sure to read hsqldb docs -- the particular link is "Running HSQLDB" at hsqldb.sourceforge.net/web/hsqlDocsFrame.html Make sure you have the right URL for the mode in which you are running the db. This is a very important point. -- Paul Furbacher (TeamB) Save time, search the archives: www.borland.com/newsgroups/ngsearch.html Is it in Joi Ellis's Faq-O-Matic? www.visi.com/~gyles19/fom-serve/cache/1.html Finally, please send responses to the newsgroup only. That means, do not send email directly to me. Thank you. |