Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 442266

Summary: Provide 64-bit version of Eclipse for Solaris x86_64
Product: [Eclipse Project] Platform Reporter: Thorsten Heit <theit>
Component: RelengAssignee: Platform-Releng-Inbox <platform-releng-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert
Version: 4.5   
Target Milestone: ---   
Hardware: PC   
OS: Solaris-GTK   
Whiteboard:
Bug Depends on: 429342, 442260, 442263    
Bug Blocks:    
Attachments:
Description Flags
Patch for eclipse.platform.releng.aggregator to enable native builds for Solaris x86/x86_64
none
Patch for eclipse.platform.releng to enable native builds for Solaris x86/x86_64
none
Patch for eclipse.platform.ui to enable native builds for Solaris x86_64
none
Shell script to apply the patches none

Description Thorsten Heit CLA 2014-08-21 09:04:05 EDT
See bugs #442260 and #442263:
Using Java 8 as default JVM, it isn't possible at all to start Eclipse for several reasons:

* The launcher binary "eclipse" is 32-bit-only
* The equinox launcher library is 32-bit-only
* SWT libraries are also 32-bit-only.

We therefore need a native 64-bit-version of Eclipse that runs under Java 8 on Solaris x86_64.

I'm attaching the necessary patches to solve this.
Comment 1 Thorsten Heit CLA 2014-08-21 09:05:10 EDT
Created attachment 246202 [details]
Patch for eclipse.platform.releng.aggregator to enable native builds for Solaris x86/x86_64
Comment 2 Thorsten Heit CLA 2014-08-21 09:05:51 EDT
Created attachment 246203 [details]
Patch for eclipse.platform.releng to enable native builds for Solaris x86/x86_64
Comment 3 Thorsten Heit CLA 2014-08-21 09:06:27 EDT
Created attachment 246204 [details]
Patch for eclipse.platform.ui to enable native builds for Solaris x86_64
Comment 4 Thorsten Heit CLA 2014-08-21 09:06:52 EDT
Created attachment 246205 [details]
Shell script to apply the patches
Comment 5 Thorsten Heit CLA 2014-08-21 09:11:19 EDT
I don't know whether bug #429342 is necessary, but on my machine I also added the patch in that bug entry before I started the build.

Using all the patches, I'm finally able to build Eclipse that runs as a native 64-bit binary with Java 8 on Solaris x86_64.
Comment 6 Thorsten Heit CLA 2014-08-21 09:14:32 EDT
This bug entry is similar to bug #429343, but for Eclipse 4.5. The script and patches here are slightly simplified, and additionally adapted to fit to the master branch.
Comment 7 Dani Megert CLA 2014-11-20 05:21:11 EST

*** This bug has been marked as a duplicate of bug 429343 ***