Home » Eclipse Projects » DTP » [Plugin developpement with DTP] - ClassNotFoundException
[Plugin developpement with DTP] - ClassNotFoundException [message #32772] |
Thu, 12 July 2007 04:41  |
Eclipse User |
|
|
|
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 05:23  |
Eclipse User |
|
|
|
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 05:23  |
Eclipse User |
|
|
|
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
|
|
|
Goto Forum:
Current Time: Fri Apr 18 20:22:44 EDT 2025
Powered by FUDForum. Page generated in 0.03057 seconds
|