Installation problem: "Attach to native process failed"

I am installing Sun Studio 12 on a SUSE Linux Enterprise Server 10 (ia64), and get the error "Attach to native process failed". I found that the installer script is using the default java executable, which seems to be causing the problem. If I edit the install script to use "/usr/java/jdk1.5.0_09/bin/java", instead of the default java which is version 1.4.2.

I have not installed any Java packages outside of the SLES10 distribution, so surely other people will come across this problem. I hope this post will help.

Instead of editing the installer, the 1.5.0.09 version can be made the default java executable by changing the symbolic link /etc/alternatives/java, which points to the 'preferred' executable.

Does this mean that SLES10 Java packages are broken, or just that the newer Java versaion is needed?

[838 byte] By [Joe_Krahna] at [2007-11-27 10:33:05]
# 1

The installation process appeared to be successful after changing my java executable, but it looks like no binary files were actually installed. I am guessing that my real problem is that Sun Studio does not support itanium hardware. Is that right? If so, it seems that the installer should realize that there are no matching binary packages and give an error message.

The nomenclature for the two types of 64-bit hardware is a mess. I think we should stick to the name AMD64 because they designed it, and AMD should get credit for doing a good thing, especially since Intel is trying to push the name Intel-64.

Joe_Krahna at 2007-7-28 18:20:41 > top of Java-index,Development Tools,Solaris and Linux Development Tools...