[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| Re: [pde-dev] Problem with DB connection on a plugin | 
Did you add the sqllite dependency to plugin.xml? I got the same error
once and it was a simple classnotfoundException.
Best regards,
Leen
On 5/18/05, majed chatti <c_majed@xxxxxxxx> wrote:
> Hi all
> 
> My problem is that I made a plugin that open a SQLite
> DB
> but when I execute it I have this error messege
> 
> Unhandled event loop exception
> Reason:
> SQLite/Database
> 
> on debug I find that the plugin stop on the
> declaration of the DB
> here :
> 
> SQLite.Database DB = new SQLite.Database();
> 
> but When I do exactly the same thing in a java program
> it works proprely without any problem
> I did not find why!!!!!!!!!!!
> 
> Thanks for help
> Majed
> 
> 
> 
> 
> 
> 
> 
> 
> 
> _____________________________________________________________________________
> Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vidéos !
> Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com
> _______________________________________________
> pde-dev mailing list
> pde-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pde-dev
>