-->

Running pentaho spoon UI in intellij

2020-02-15 03:46发布

问题:

I have been trying to setup dev environment for pentaho kettle but had some trouble to run Spoon.Java and I see lot of ClassNotFoundException com.google.api.....
Maybe because the dependencies of plugins package is not under the class path of the UI package to run the spoon application.

How can I effeciently setup dev environment and run Spoon tool from intellij for development and debugging ?

There are older articles but it seems to be outdated since ivy/ant is not used anymore, only Maven seems to be used.