Hi folks,
Stupid question time, possibly only tangentially related to CentOS, and I apoligise in advance.
I have a bunch of CentOS 64-bit boxes, and I have developers who want to run eclipse on these boxes. So I have downloaded the 64-bit bundle of eclipse, installed the java from java.sun.com, and the result is that Eclipse won't run. It chugges away and then reports:
$ /tools/ecad/local/eclipse_64/eclipse -vm /usr/java/jre1.5.0_10/bin/java
!ENTRY org.eclipse.osgi 4 0 2006-12-19 11:20:01.634 !MESSAGE Application error !STACK 1 java.lang.UnsatisfiedLinkError: /home/uxilium/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/bundles/568/ 1/.cp/libswt-pi-gtk-3235.so: Can't load AMD 64-bit .so on a IA 32-bit platform
So clearly I have a 32-bit Java on my 64-bit platform. However I cannot see any 64-bit java to install.
Does anyone out there have any ideas where to look for a 64-bit linux java?
Hi folks,
Stupid question time, possibly only tangentially related to CentOS, and I apoligise in advance.
I have a bunch of CentOS 64-bit boxes, and I have developers who want to run eclipse on these boxes. So I have downloaded the 64-bit bundle of eclipse, installed the java from java.sun.com, and the result is that Eclipse won't run. It chugges away and then reports:
$ /tools/ecad/local/eclipse_64/eclipse -vm /usr/java/jre1.5.0_10/bin/java
!ENTRY org.eclipse.osgi 4 0 2006-12-19 11:20:01.634 !MESSAGE Application error !STACK 1 java.lang.UnsatisfiedLinkError: /home/uxilium/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclip se.osgi/bundles/568/ 1/.cp/libswt-pi-gtk-3235.so: Can't load AMD 64-bit .so on a IA 32-bit platform
So clearly I have a 32-bit Java on my 64-bit platform. However I cannot see any 64-bit java to install.
Does anyone out there have any ideas where to look for a 64-bit linux java?
-- /\oo/\ / /()\ \ David Mackintosh | dave@xdroop.com | http://www.xdroop.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi,
I was able to see it on the http://java.sun.com site:
It is labeled as:
jdk-6-linux-amd64-rpm.bin
It is further down on the list.
A.
I was able to see it on the http://java.sun.com site:
It is labeled as:
jdk-6-linux-amd64-rpm.bin
It is further down on the list.
note that you should install BOTH 32bit and 64bit java on the system. 32bit first, then 64bit. I'm not quite sure why this is but its what we've had to do here to keep a wide range of software happy. We're still using jdk 5.
I think you are correct in needing 2 versions if I remember right in the past I been I been told that that 64bit verion only works for stuff written for it. Since most stuff is written for 32bit you also need that installed as well.
I was able to see it on the http://java.sun.com site:
It is labeled as:
jdk-6-linux-amd64-rpm.bin
It is further down on the list.
note that you should install BOTH 32bit and 64bit java on the system. 32bit first, then 64bit. I'm not quite sure why this is but its what we've had to do here to keep a wide range of software happy. We're still using jdk 5. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
This is false... as a general rule ;-)
I run only the 64 bit java rpm on my system. The only time you might need the 32-bit java is if you have 32-bit native code that needs to use JNI with it. Pure java applications work happily under 64-bit java just fine.
In the old days, on Solaris, the 32-bit version was required to be installed first before installing the 64-bit version. Today, for Linux at least, the 64-bit version does not have any such dependancies.
Tarun
On Dec 19, 2006, at 7:58 PM, brent@regrafix.com wrote:
I think you are correct in needing 2 versions if I remember right in the past I been I been told that that 64bit verion only works for stuff written for it. Since most stuff is written for 32bit you also need that installed as well.
I was able to see it on the http://java.sun.com site:
It is labeled as:
jdk-6-linux-amd64-rpm.bin
It is further down on the list.
note that you should install BOTH 32bit and 64bit java on the system. 32bit first, then 64bit. I'm not quite sure why this is but its what we've had to do here to keep a wide range of software happy. We're still using jdk 5. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos