Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » [Plugin developpement with DTP] - ClassNotFoundException
[Plugin developpement with DTP] - ClassNotFoundException [message #32772] Thu, 12 July 2007 08:41 Go to next message
Eclipse UserFriend
Originally posted by: vincent.wuhrlin.ocito.com

Hello, I currently developp an eclipse plugin which need the Data
Tools Platform for parse SQL statements in files.
But the eclipse code fails on the second line, and no exception is catched :

SQLQueryParserManagerProvider parsermanagerprovider =
SQLQueryParserManagerProvider.getInstance();

SQLQueryParserManager parsermanager =
parsermanagerprovider.getParserManager(null, null);


In the eclipse debugger, i have found an "ClassNotFoundException".
But, i have included these dependencies for my plugin :
org.eclipse.core.runtime,
org.eclipse.datatools.sqltools.editor.core,
org.eclipse.datatools.sqltools.sql,
org.eclipse.datatools.connectivity,
org.eclipse.datatools.modelbase.sql,
org.eclipse.datatools.modelbase.dbdefinition,
org.eclipse.datatools.sqltools.db.generic,
org.eclipse.datatools.sqltools.routineeditor,
org.eclipse.datatools.sqltools.sqleditor,
org.eclipse.core.resources,
org.eclipse.debug.core,
org.eclipse.datatools.sqltools.parsers.sql,
org.eclipse.datatools.sqltools.parsers.sql.lexer,
org.eclipse.datatools.sqltools.parsers.sql.query,
org.eclipse.datatools.sqltools.parsers.sql.xml.query


I am on Eclipse 3.3 WTP, which include Data Tools Platform.

I search a solution since yesterday, Please Help !

Sincerely,
Vincent
[RESOLVED] - [Plugin developpement with DTP] - ClassNotFoundException [message #32785 is a reply to message #32772] Thu, 12 July 2007 09:23 Go to previous message
Eclipse UserFriend
Originally posted by: vincent.wuhrlin.ocito.com

In fact, the problem is described here :

http://www.eclipse.org/datatools/project_sqldevtools/sqltool s_doc/sqlqueryparser_lpg_readme.html

It was just a jar to copy in the eclipse DTP plugins folder.


Sincerely,
Vincent


Vincent Wuhrlin a écrit :
>
> Hello, I currently developp an eclipse plugin which need the Data
> Tools Platform for parse SQL statements in files.
> But the eclipse code fails on the second line, and no exception is
> catched :
>
> SQLQueryParserManagerProvider parsermanagerprovider =
> SQLQueryParserManagerProvider.getInstance();
>
> SQLQueryParserManager parsermanager =
> parsermanagerprovider.getParserManager(null, null);
>
>
> In the eclipse debugger, i have found an "ClassNotFoundException".
> But, i have included these dependencies for my plugin :
> org.eclipse.core.runtime,
> org.eclipse.datatools.sqltools.editor.core,
> org.eclipse.datatools.sqltools.sql,
> org.eclipse.datatools.connectivity,
> org.eclipse.datatools.modelbase.sql,
> org.eclipse.datatools.modelbase.dbdefinition,
> org.eclipse.datatools.sqltools.db.generic,
> org.eclipse.datatools.sqltools.routineeditor,
> org.eclipse.datatools.sqltools.sqleditor,
> org.eclipse.core.resources,
> org.eclipse.debug.core,
> org.eclipse.datatools.sqltools.parsers.sql,
> org.eclipse.datatools.sqltools.parsers.sql.lexer,
> org.eclipse.datatools.sqltools.parsers.sql.query,
> org.eclipse.datatools.sqltools.parsers.sql.xml.query
>
>
> I am on Eclipse 3.3 WTP, which include Data Tools Platform.
>
> I search a solution since yesterday, Please Help !
>
> Sincerely,
> Vincent
[RESOLVED] - [Plugin developpement with DTP] - ClassNotFoundException [message #586544 is a reply to message #32772] Thu, 12 July 2007 09:23 Go to previous message
Eclipse UserFriend
Originally posted by: vincent.wuhrlin.ocito.com

In fact, the problem is described here :

http://www.eclipse.org/datatools/project_sqldevtools/sqltool s_doc/sqlqueryparser_lpg_readme.html

It was just a jar to copy in the eclipse DTP plugins folder.


Sincerely,
Vincent


Vincent Wuhrlin a écrit :
>
> Hello, I currently developp an eclipse plugin which need the Data
> Tools Platform for parse SQL statements in files.
> But the eclipse code fails on the second line, and no exception is
> catched :
>
> SQLQueryParserManagerProvider parsermanagerprovider =
> SQLQueryParserManagerProvider.getInstance();
>
> SQLQueryParserManager parsermanager =
> parsermanagerprovider.getParserManager(null, null);
>
>
> In the eclipse debugger, i have found an "ClassNotFoundException".
> But, i have included these dependencies for my plugin :
> org.eclipse.core.runtime,
> org.eclipse.datatools.sqltools.editor.core,
> org.eclipse.datatools.sqltools.sql,
> org.eclipse.datatools.connectivity,
> org.eclipse.datatools.modelbase.sql,
> org.eclipse.datatools.modelbase.dbdefinition,
> org.eclipse.datatools.sqltools.db.generic,
> org.eclipse.datatools.sqltools.routineeditor,
> org.eclipse.datatools.sqltools.sqleditor,
> org.eclipse.core.resources,
> org.eclipse.debug.core,
> org.eclipse.datatools.sqltools.parsers.sql,
> org.eclipse.datatools.sqltools.parsers.sql.lexer,
> org.eclipse.datatools.sqltools.parsers.sql.query,
> org.eclipse.datatools.sqltools.parsers.sql.xml.query
>
>
> I am on Eclipse 3.3 WTP, which include Data Tools Platform.
>
> I search a solution since yesterday, Please Help !
>
> Sincerely,
> Vincent
Previous Topic:[Plugin developpement with DTP] - ClassNotFoundException
Next Topic:Firebird connection
Goto Forum:
  


Current Time: Fri Apr 19 13:05:24 GMT 2024

Powered by FUDForum. Page generated in 0.01472 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top