I have a successful NetBeans RCP app running with Derby embedded. 1) Create a Library Wrapper module with derby jar 2) Make sure you create your db with org.apache.derby.jdbc.EmbeddedDriver 3) I did set the system.derby.home to a local project dir
What do you mean with " What I am able to do is an application with a database but not ebedded..." ? Of course even if you use the Embedded Driver will Derby put files on your disk for persistence - maybe you can elaborate a little on this. B-) On Wed, Mar 26, 2008 at 9:53 PM, Ricardo Seromenho <[EMAIL PROTECTED]> wrote: > Hello, > I am using NetBeans IDE 6.0 and having some difficult to make a simple > app with a embedded database. > > What I am able to do is an application with a database but not ebedded... > > So, what I need to do to embedde that database on the application? > > Thank you > > -- > ======================================================== > Ricardo José da Silva Seromenho > Aluno 23842 Universidade do Algarve, Campus de Gambelas > e-mail: [EMAIL PROTECTED] > web: > http://www.deei.fct.ualg.pt/~a23842/<http://www.deei.fct.ualg.pt/%7Ea23842/> > >
