> I am still experiencing problems: > >
Me also; I am on IRC working on it if you would like company. > I am using > - eclipse-modeling-indigo-win32-x86_64.zip > - jre1.6.0.win64.zip (with "gdal_data" folder from > jre1.6.0_25.win32_gdal_ecw since that folder is missing from the 64bit > package) > - dropins-3.7.0.zip > - eclipse-3.7-delta-pack.zip > - udig-1.3.1-sdk > > Interesting - you are trying the 1.3.1-sdk - I was going to try that next. > The folder structure il the one suggested, so: > > - C:\java\eclipse <-- main eclipse folder > - C:\java\eclipse\jre <-- for files from jre1.6.0.win64.zip (jre folder) > - C:\java\eclipse\gdal_data <-- for files from jre1.6.0.win64.zip > (gdal_data folder) > - C:\java\eclipse\dropins <-- for files from dropins-3.7.0.zip > > > - C:\java\target\eclipse <-- for files from eclipse-3.7-delta-pack.zip > - C:\java\target\udig_sdk_1_3_1 <-- for files from udig-1.3.1-sdk > > This appears correct. > NOTE: DEPENDENCIES "net.refractions.udig-feature (1.3.0.qualifier)" > and "net.refractions.udig_language-feature" are marked with a RED X in > the "Outline" view > > When you get a chance lets check if we can update them; perhaps the version number has changed or something? We can also check if they are included in your SDK? > This is the log I get when the launch fails: > > !SESSION Tue May 08 18:00:35 CEST 2012 > ----------------------------------------- > !ENTRY org.eclipse.equinox.launcher 4 0 2012-05-08 18:00:35.230 > !MESSAGE Exception launching the Eclipse Platform: > !STACK > java.lang.ClassNotFoundException: > org.eclipse.core.runtime.adaptor.EclipseStarter > That is the normal error for "your dependencies are messed up and I was unable to find the UDIGApplication class". This is a case of the runtime "Platform" checking that the plugins have everything they need in order to start up. In this case we were missing a few bits; so the platform did not load the plugin (and thus the UDIGApplication was not available). Jody
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
