I’m trying to install solarisstudio (again)
I downloaded SolarisStudio12.3-linux-x86-rpm.tar.bz2
then unpacked it into a directory
then from a gnome terminal cd’d to that directory
then
SU
./solarisstudio.sh --non-interactive
Configuring the installer...
Searching for JVM on the system...
Extracting installation data (can take a while, please wait)...
Running the installer wizard...
An unexpected exception happened in thread Thread-3
Exception:
java.lang.UnsatisfiedLinkError:
/usr/java/jre1.7.0_11/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory
I have java-1_7_0-openjdk installed,
and file /usr/java/jre1.7.0_11/lib/i386/xawt/libmawt.so exists.
Is this a 64bit issue?
What should I do next?
Thanks.