I am trying to run Servoy from source. Are instructions given on the Servoy wiki correct?
http://wiki.servoy.com/display/public/DOCS/Setting+up
The solution explorer view does not open and I get the following error (Running with jdk 1.5.0_22)
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle com.servoy.eclipse.ui (128).
…
Caused by: org.osgi.framework.BundleException: Exception in com.servoy.eclipse.ui.Activator.start() of bundle com.servoy.eclipse.ui.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:734)
…
Caused by: java.lang.IncompatibleClassChangeError
at com.servoy.j2db.server.Za.Zc.Zd(Unknown Source)
at com.servoy.j2db.server.main.ApplicationServer.initStandalone(Unknown Source)