Pablo- Could you provide a little more information, specifically what are the build numbers of the JVM's you are using (both working and not-working).
Also, have you tried any kind of incremental approach, as in it works for features x & y and x & z but not x, y, & z? Lastly, if you include org.eclipse.e4.tools.emf.ui (make sure you 'Add Required Plug-ins') and press Alt+Shift+F9 what is listed under windows? Thanks, JD On Fri, Jul 13, 2012 at 2:14 PM, Pablo Leite <[email protected]> wrote: > Hi, > > We are using the compatibility layer to run our RCP on Eclipse 4.2. > Everything works fine on Windows and Mac OS-X, however on Linux (Ubuntu > 12.4) and java 1.6 all we got is a blank window with the Eclipse SDK title. > If we change the java to java 1.7, the RCP works fine, which is > strange since there's no dependency on Java 1.7. > > In order to enable the compatibility mode on our product we've added > the features below to the product definition: > org.eclipse.emf.ecore > org.eclipse.emf.common > And the following plug-ins as dependency > org.eclipse.e4.ui.workbench, > org.eclipse.e4.ui.workbench.addons.swt, > org.eclipse.equinox.ds, > org.eclipse.equinox.event, > org.eclipse.ui.forms > > Some properties also had to be added to the product's plugin.xml file > in order to make css themes work: > <property > name="applicationXMI" > value="org.eclipse.platform/LegacyIDE.e4xmi"> > </property> > <property > name="cssTheme" > value="org.eclipse.e4.ui.css.theme.e4_default"> > </property> > <property > name="applicationCSSResources" > value="platform:/plugin/org.eclipse.platform/images"> > </property> > > Are we missing something? Is this a possible e4 bug? We just have no > clue on how to solve this problem. > > Thanks, > Pablo. > > -- > Pablo > > _______________________________________________ > e4-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/e4-dev > >
_______________________________________________ e4-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/e4-dev
