I'm running the installer that came in the free tar download of studio11 from the Sun site, and I'm following the directions... the command is
./installer -nodisplay
(because I'm telnetted to that box)
as root; the /bin/java version is 1.4.0_03
It sits there a long time, gives me a license agreement, then a stack trace that ends:
java.lang.NoClassDefFoundError
at java.lang.Class.forName0
at java.lang.Class.forName
at java.awt.GraphicsEnvironment.getLocalGarphicsEnvironment(GraphicsEnvironment.ja va:62)
etc.
that worked, for a while... During the CD1 install, the Sun Performace Library portion, I got a signal 11 and what appears to be a java runtime core dump; right before that a java stack trace ended at:
com.sun.wizards.core.WizardTreeManager.callCLientObjectMethod(WizardTreeManager .java:2233)
any other ideas?
(it was working on /usr/j2se/jre/lib/sparc/client/libjvm.so)
I also set up an XWindows session and got through all of part 1 (taking out the perfomance package install)... but the final status came up failed, even though the log said nothing explicit... then the installer cycled through the next phase, and again I got a core dump while it was handling libjvm.so, this time at:
com.sun.wizards.awt.FlowLabel.createPaintVector(FlowLabel.java:595)
I'm out of ideas...
It should work with any 1.4 JVM, but as a last resort, you could download the most recent version of 1.4.2, put that first on root's path, and try again. Also... if the install has failed one or more times with a core dump, it may have left your registry in a corrupt state. Please look in /var/sadm/install/productregistry, and remove any entries that mention studio 11 (or alternatively, move this file out of the way temporarily).
this is all moot now... I made the mistake of contacting a real Sun tech via sales, and he led me own a path to some patches that corrupted the system... further messed up by Sun support misinforming us on how we might recover... now the only option is to reinstall from scratch, and all the data on that system is lost...
Guess I need to give up on the idea of having a backup development environment, it's too dangerous to install Studio11 on Solaris 9 with all of its dependencies, all I want is a SIMPLE c compiler, but Sun can't give me that, SIGH.