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 #586522] Thu, 12 July 2007 08:41
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
Previous Topic:Ecore & ODA
Next Topic:[Plugin developpement with DTP] - ClassNotFoundException
Goto Forum:
  


Current Time: Fri Apr 26 01:14:33 GMT 2024

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

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

Back to the top