Skip to main content



      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 08:17 Go to next message
Eclipse UserFriend
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 10:51 Go to previous messageGo to next message
Eclipse UserFriend
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 09:44 Go to previous messageGo to next message
Eclipse UserFriend
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 10:10 Go to previous messageGo to next message
Eclipse UserFriend
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 10:11 Go to previous messageGo to next message
Eclipse UserFriend
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 10:24 Go to previous messageGo to next message
Eclipse UserFriend
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 09:26 Go to previous message
Eclipse UserFriend
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 00:49 Go to previous message
Eclipse UserFriend
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: Tue Jul 01 02:43:17 EDT 2025

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

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

Back to the top