sun studio 11 installation failure
hi ,
i tried installing sun studio 11 on my SUN BLADE 1500 workstation and it just hangs at 20% .
the output in commandl line is as follows
Installing Sun Studio Software
Exception in thread "Thread-23" java.lang.NoClassDefFoundError: com/sun/install/panels/ComponentSelectionListener
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.getDeclaredMethod(Class.java:1935)
at java.awt.Component.isCoalesceEventsOverriden(Component.java:5723)
at java.awt.Component.access$100(Component.java:162)
at java.awt.Component$2.run(Component.java:5677)
at java.awt.Component$2.run(Component.java:5675)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Component.checkCoalescing(Component.java:5674)
at java.awt.Component.<init>(Component.java:5643)
at java.awt.Container.<init>(Container.java:245)
at javax.swing.JComponent.<init>(JComponent.java:576)
at javax.swing.JPanel.<init>(JPanel.java:65)
at javax.swing.JPanel.<init>(JPanel.java:92)
at javax.swing.JPanel.<init>(JPanel.java:100)
at com.sun.wizards.core.WizardComponent.<init>(WizardComponent.java:159)
at com.sun.wizards.core.WizardComponent.<init>(WizardComponent.java:145)
at com.sun.wizards.core.WizardLeaf.<init>(WizardLeaf.java:78)
at com.sun.install.panels.ComponentPanel.<init>(ComponentPanel.java:144)
at com.sun.install.products.CreateSimpleUninstaller.createSimpleUninstallerTree(Cr eateSimpleUninstaller.java:42)
at com.sun.install.products.UninstallArchiveCreator.writeArchiveFile(UninstallArch iveCreator.java:537)
at com.sun.install.products.UninstallArchiveCreator.writeArchive(UninstallArchiveC reator.java:317)
at com.sun.install.products.UninstallUnit.install(UninstallUnit.java:740)
at com.sun.install.products.Product.performInstallation(Product.java:649)
at com.sun.install.tasks.ProductTask.perform(ProductTask.java:153)
at com.sun.wizards.core.Sequence.perform(Sequence.java:343)
at com.sun.wizards.core.SequenceManager.run(SequenceManager.java:226)
at java.lang.Thread.run(Thread.java:619)
whats to be done ?

