Re: [sqlite] sqlite jdbc and rcp Eclipse

2009-06-26 Thread Juergen Schwitalla
Hi Enrico, the clean option is only of importance if you replace plugins within an already installed rcp application. Sorry for having confused you. cheers, Juergen On Thu, 25 Jun 2009, Enrico Piccinini wrote: Well, tomorrow I'm going to try if the option clean works. At this moment I can't

Re: [sqlite] sqlite jdbc and rcp Eclipse

2009-06-25 Thread Enrico Piccinini
Well, tomorrow I'm going to try if the option clean works. At this moment I can't figure out how to do that because my application is under development and I'm using the eclipse launcher ( Run Configurations). I'm not using any executable file. I have to find the way to pass to the launcher

Re: [sqlite] sqlite jdbc and rcp Eclipse

2009-06-24 Thread Juergen Schwitalla
Hi Enrico, the eclipse runtime has some caching mechanism to avoid reading the plugins meta information on every startup. When I was new to eclipse rcp I had some hard time finding out why the changes to my plugins did not take effect and it was because of this caching. Starting your eclipse

Re: [sqlite] sqlite jdbc and rcp Eclipse

2009-06-24 Thread Enrico Piccinini
Hello Jurgen, sorry for my late (I've been off-line since 2 weeks due to adsl problem). I've never used clean option. What is it? How do I have to use it? Thanks. Cheers On Wed, Jun 10, 2009 at 7:43 AM, Juergen Schwitalla < j.schwita...@science-computing.de> wrote: > Hello Enrico, > > just to

Re: [sqlite] sqlite jdbc and rcp Eclipse

2009-06-09 Thread Juergen Schwitalla
Hello Enrico, just to be sure: have you used the -clean option when restarting eclipse? cheers Jürgen Schwitalla On Tue, 9 Jun 2009, Enrico Piccinini wrote: I'm not working with standard java app, I succedded in creating that. But wasn't what I had to do. I've to integrate sqlite into an

Re: [sqlite] sqlite jdbc and rcp Eclipse

2009-06-09 Thread Enrico Piccinini
I'm not working with standard java app, I succedded in creating that. But wasn't what I had to do. I've to integrate sqlite into an RCP ECLIPSE application. To do that I've to use one of the standard method of import "external jar" into the application that is more tricky than simply include jar.

Re: [sqlite] sqlite jdbc and rcp Eclipse

2009-06-09 Thread Nuno Magalhães
> Has anyone of you have never exerienced the integration of sqlite jdbc > (zentus v.054) in an application Eclipse RCP (Ganymede)? Nope, but i've been using SQLite through JDBC on Netbeans recently. > I've tried many ways found on internet, but even the classical one > (generating a plugin