Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [papyrus-rt-dev] Why is the Java8 JRE in Hudson a 32-bit build?

Hi,

I checked the build logs and I without really knowing, I guess that the XULRunner also needs to be aligned with 32-bit vs 64-bit. In the latest attempt to revert back to 32-bit I can see that you still have it configured to use -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib64/xulrunner-1.9.1, which I guess is a 64-bit version of XULRunner which also might cause these loading issues.

/Peter Cigéhn

On 30 March 2016 at 16:44, Christian Damus <give.a.damus@xxxxxxxxx> wrote:
Hi,

It turns out that the Neon branch builds are failing because the Java8 JRE that is configured in the Papyrus-RT Hudson instance is a 32-bit VM.  So, in order to launch an Eclipse instance for testing, the 32-bit SWT fragments and others like it need to be installed by p2, not the 64-bit fragments.

I suppose the Master build, Java 7 based, is using the 64-bit JRE, right?

How do we even have the 32-bit JRE available for Java 8 on this system?  Should I just reconfigure the Neon build to provision a 32-bit Eclipse instance for testing, or is there some way to get access to a 64-bit Java 8?

Thanks,

Christian



_______________________________________________
papyrus-rt-dev mailing list
papyrus-rt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/papyrus-rt-dev



Back to the top