Community
Participate
Working Groups
When testing Integration Build: I20100224-2100 on Win7 64-bit, I was able to get the contacts demo working after a few modifications. 1) Modified the org.eclipse.e4.examples.psf/e4-examples.psf to load head rather than M3 2) When loaded, the demo would not compile. I added the org.eclipse.core.databinding.observable plugin as a dependency to get it to compile. This is odd, because the demo plugin already required org.eclipse.core.databinding which re-exports the org.eclipse.core.databinding.observable plugin. I tried cleaning the workspace before adding the dependency but it did not help. 3) After a failed launch, I clicked "Add required plugins" and it launched cleanly Not sure what to do with this information, but here it is.
We've definitely been seeing this problem (where the initial launch from the .product file fails). Adding the required bundles jumps the list from 59 to 64. I've not yet tried from the psf yet myself.
Update: You don't even need to add the required bundles. The initial launch from the product editor _will_ fail. But if you open the launch configuration dialog and launch from there, it _will_ work.
*** This bug has been marked as a duplicate of bug 304042 ***