Running Servoy from source - IncompatibleClassChangeError

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)

ss123,

Sometimes changes are made the public source that are not compatible with the server part.
In that case you have to re-download the Servoy Server libraries from https://build.servoy.com/latest

Rob

Rob,

I followed the instructions and downloaded server libraries from build 1227 which correspond to Servoy code tagged 6.0.4. Do you mean I had to do something different?

Thanks

ss123,

The latest from the public svn should be compatible with the latest server libs from that location.

Have you also updated-svn all servoy projects?

Rob