Dear Sr/Madan
I’m currently evaluating different solutions for ETL and Clover looks like a good option.
So, I decide to download and install full bundle of Eclipse + CloverGui.
I installed successfully and started playing around.
But when I try to open Clover.ETL perspect I’m getting an error like :
An error occurred while automatically activating bundle cz.opentech.cloveretl.plugin (5).
Question :
Do I need to install anything more to use CloverGui ?
My environment is Windows XP Professional and J2sdk 1.4.2.
Thanks a lot !
JLima
Stack Trace (just some pieces):
org.osgi.framework.BundleException: The activator cz.opentech.cloveretl.gui.GuiPlugin for bundle cz.opentech.cloveretl.plugin is invalid
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:149)
at …
Caused by: java.lang.UnsupportedClassVersionError: cz/opentech/cloveretl/gui/GuiPlugin (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at org.eclipse.osgi.framework.adaptor.core.DefaultClassLoader.defineClass(DefaultClassLoader.java:370)
at …