2014-12-21 422 views
0

我正嘗試在Eclipse中構建pentaho DI插件。我已將所有必需的jar文件導入到庫中。無法解析org.pentaho.metastore.api.IMetaStore類型

enter image description here

但是,儘管對其進行編碼,我面臨這個錯誤:

The type org.pentaho.metastore.api.IMetaStore cannot be resolved. It is indirectly referenced from required .class files 

我得到了一些參考的東西,如:

  1. http://forums.pentaho.com/showthread.php?142513-What-s-best-way-to-get-nightly-containing-http-jira-pentaho-com-browse-PDI-6169

  2. http://wiki.pentaho.com/display/COM/The+Pentaho+Metastore

但我不能清楚地理解這個問題。我是否需要導入一些不同的jar?
請在此幫助我!

Pentaho的DI版本: 5.0.0 - GA OS: 64位Windows

回答

1

是你缺少的(至少是)Pentaho的-metastore-5.0.0.1.jar。你也不需要kettle-jdbc-5.0.0.1,它實際上不是一個核心的Kettle模塊。

+0

感謝@mattb_pdi ...它的工作..添加metastore-5.0.0.1.jar,現在沒有得到錯誤。 :) – Rishu