This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 442266 - Provide 64-bit version of Eclipse for Solaris x86_64
Summary: Provide 64-bit version of Eclipse for Solaris x86_64
Status: CLOSED DUPLICATE of bug 429343
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.5   Edit
Hardware: PC Solaris-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Releng-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 429342 442260 442263
Blocks:
  Show dependency tree
 
Reported: 2014-08-21 09:04 EDT by Thorsten Heit CLA
Modified: 2014-11-20 05:21 EST (History)
1 user (show)

See Also:


Attachments
Patch for eclipse.platform.releng.aggregator to enable native builds for Solaris x86/x86_64 (13.20 KB, patch)
2014-08-21 09:05 EDT, Thorsten Heit CLA
no flags Details | Diff
Patch for eclipse.platform.releng to enable native builds for Solaris x86/x86_64 (5.72 KB, patch)
2014-08-21 09:05 EDT, Thorsten Heit CLA
no flags Details | Diff
Patch for eclipse.platform.ui to enable native builds for Solaris x86_64 (1.97 KB, patch)
2014-08-21 09:06 EDT, Thorsten Heit CLA
no flags Details | Diff
Shell script to apply the patches (447 bytes, patch)
2014-08-21 09:06 EDT, Thorsten Heit CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ***