Open jamesatcaas opened 7 years ago
Hi, Make sure that Pentaho dependencies are resolved.
On Tue, Jan 17, 2017 at 6:23 AM, jamesatcaas notifications@github.com wrote:
Hi, When I open the plugin source file SolrInDialog.java in myeclipse to see the desgin view, I get the following errors:
WindowBuilder was unable to load class org.pentaho.di.ui.trans.step.BaseStepDialog that is used as super class for your form. This usually happens when:
Compilation unit has compilation problems. Super class is in project, but automatic build is turned off.
Caused by: java.lang.ClassNotFoundException: org.pentaho.di.ui.trans.step. BaseStepDialog at org.eclipse.wb.internal.core.utils.reflect.CompositeClassLoader. findClass(CompositeClassLoader.java:161) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at org.eclipse.wb.internal.core.parser.AbstractParseFactory.getSuperClass( AbstractParseFactory.java:385) ... 57 more
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/m-khl/kettle-solr-plugin/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ABPkvKN1OxSzs8KUTbU-Yk5LVJq9gBRiks5rTDQigaJpZM4LlMKt .
-- Sincerely yours Mikhail Khludnev
I updated the version of JDK from default 1.6 to 1.8 to run myeclipse. The ClassNotFoundException disappered, but got new exception:
org.eclipse.wb.internal.core.utils.exception.DesignerException: 313 (Exception during 'super' constructor evaluation). BaseStepDialog(Shell,BaseStepMeta,TransMeta,String) {Shell {},
Hi, When I open the plugin source file SolrInDialog.java in myeclipse to see the desgin view, I get the following errors:
WindowBuilder was unable to load class org.pentaho.di.ui.trans.step.BaseStepDialog that is used as super class for your form. This usually happens when:
Compilation unit has compilation problems. Super class is in project, but automatic build is turned off.
Caused by: java.lang.ClassNotFoundException: org.pentaho.di.ui.trans.step.BaseStepDialog at org.eclipse.wb.internal.core.utils.reflect.CompositeClassLoader.findClass(CompositeClassLoader.java:161) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at org.eclipse.wb.internal.core.parser.AbstractParseFactory.getSuperClass(AbstractParseFactory.java:385) ... 57 more