Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse SDK for "hpux.motif.ia64" 64 bit(Eclipse SDK for "hpux.motif.ia64" 64 bit)
Eclipse SDK for "hpux.motif.ia64" 64 bit [message #635865] Thu, 28 October 2010 12:17 Go to next message
jagadish suri is currently offline jagadish suriFriend
Messages: 15
Registered: July 2009
Junior Member
Hi,

I Could not find the Eclipse SDK for "hpux.motif.ia64" 64 bit as the direct download. There is only 32 bit that is available. Can some body throw some light on whether there is any patch or some thing like the delta pack that is available for 64 bit.

Thanks
Jagadish
Re: Eclipse SDK for "hpux.motif.ia64" 64 bit [message #635904 is a reply to message #635865] Thu, 28 October 2010 14:51 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

jagadish suri wrote:
> Hi,
>
> I Could not find the Eclipse SDK for "hpux.motif.ia64" 64 bit as the
> direct download. There is only 32 bit that is available. Can some body
> throw some light on whether there is any patch or some thing like the
> delta pack that is available for 64 bit.

There isn't. The list of what eclipse says they'll support is
http://www.eclipse.org/projects/project-plan.php?projectid=e clipse#target_environments



You can check out
http://download.eclipse.org/eclipse/downloads/drops/R-3.6.1- 201009090800/index.php#SWT

That will list all of the platform ports of SWT we have available, which
it would be possible to run eclipse.

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: Eclipse SDK for "hpux.motif.ia64" 64 bit [message #636165 is a reply to message #635904] Fri, 29 October 2010 13:44 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
I think HP currently provides this, though they may not have one available
for the latest release (3.6.1) yet.

Grant


"Paul Webster" <pwebster@ca.ibm.com> wrote in message
news:iac245$lf2$1@news.eclipse.org...
> jagadish suri wrote:
>> Hi,
>>
>> I Could not find the Eclipse SDK for "hpux.motif.ia64" 64 bit as the
>> direct download. There is only 32 bit that is available. Can some body
>> throw some light on whether there is any patch or some thing like the
>> delta pack that is available for 64 bit.
>
> There isn't. The list of what eclipse says they'll support is
> http://www.eclipse.org/projects/project-plan.php?projectid=e clipse#target_environments
>
>
>
> You can check out
> http://download.eclipse.org/eclipse/downloads/drops/R-3.6.1- 201009090800/index.php#SWT
>
> That will list all of the platform ports of SWT we have available, which
> it would be possible to run eclipse.
>
> --
> Paul Webster
> http://wiki.eclipse.org/Platform_Command_Framework
> http://wiki.eclipse.org/Command_Core_Expressions
> http://wiki.eclipse.org/Platform_Expression_Framework
> http://wiki.eclipse.org/Menu_Contributions
> http://wiki.eclipse.org/Menus_Extension_Mapping
> http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm
Re: Eclipse SDK for "hpux.motif.ia64" 64 bit [message #636168 is a reply to message #636165] Fri, 29 October 2010 14:10 Go to previous messageGo to next message
jagadish suri is currently offline jagadish suriFriend
Messages: 15
Registered: July 2009
Junior Member
HP provides it for 3.3 only. But i require it for 3.4.1.
Re: Eclipse SDK for "hpux.motif.ia64" 64 bit [message #636708 is a reply to message #636168] Tue, 02 November 2010 14:11 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
I was under the impression that they offered more recent builds than this,
but after some searching it looks like I was wrong. That being said, are
you not able to run the 32-bit builds on your 64-bit OS? In theory this
should work if you have 32-bit versions of the dependent libraries
installed. For that matter, even the Eclipse 3.3 that's offered by HP would
be 32-bit only, since swt's motif port has never been ported to use 64-bit
pointers.

As a side note, though it's not on the official eclipse plan, it may be
proposed that eclipse.org start building 32- and 64-bit builds for hpux
(GTK) in time for the 3.7 release in June.

Grant


"jagadish suri" <jagadish.suri@amdocs.com> wrote in message
news:iaekdj$kqo$1@news.eclipse.org...
> HP provides it for 3.3 only. But i require it for 3.4.1.
Re: Eclipse SDK for "hpux.motif.ia64" 64 bit [message #636712 is a reply to message #636708] Tue, 02 November 2010 14:24 Go to previous messageGo to next message
jagadish suri is currently offline jagadish suriFriend
Messages: 15
Registered: July 2009
Junior Member
32 bit packages do not work on 64 bit JVM. . When you are specifying libraries do you mention OS libraries or the eclipse SWT libraires?

well HP is offering 3.3 package for 64 bit JVM.
The following is the link which i never was able to download even after a login.
http://www.hp.com/go/64bit-eclipse

Thanks
Jagadish
Re: Eclipse SDK for "hpux.motif.ia64" 64 bit [message #636946 is a reply to message #636712] Wed, 03 November 2010 13:26 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Interesting, it looks like they've replaced the motif-based swt that shipped
with eclipse 3.3.2 with a gtk-based one they've built themselves, which
would enable 64-bit pointers.

The libraries I mentioned were the OS libraries that swt depends on. Most
64-bit *ix OSs provide 32-bit versions of their libraries as well, either
installed by default (eg.- in /usr/lib vs. /usr/lib64), or available as an
installable compatibility package. I don't know about hpux specifically,
I'm just speaking in general. And as you say, you would also need a 32-bit
jre, or a way to make the 64-bit jre run in 32-bit mode (I'm not sure if
HP's jre can do this, I know that Apple's does with its -d switch).

Grant


"jagadish suri" <jagadish.suri@amdocs.com> wrote in message
news:iap6o9$779$1@news.eclipse.org...
> 32 bit packages do not work on 64 bit JVM. . When you are specifying
> libraries do you mention OS libraries or the eclipse SWT libraires?
>
> well HP is offering 3.3 package for 64 bit JVM.
> The following is the link which i never was able to download even after a
> login.
> http://www.hp.com/go/64bit-eclipse
>
> Thanks
> Jagadish
Re: Eclipse SDK for "hpux.motif.ia64" 64 bit [message #637074 is a reply to message #636946] Thu, 04 November 2010 04:49 Go to previous message
jagadish suri is currently offline jagadish suriFriend
Messages: 15
Registered: July 2009
Junior Member
were you able to download the package?
Previous Topic:Compare Editor following the cursor
Next Topic:Submenu does not show up
Goto Forum:
  


Current Time: Fri Apr 19 14:03:48 GMT 2024

Powered by FUDForum. Page generated in 0.02741 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top