You can download Sun Studio Express from Sun's website: http://developers.sun.com/sunstudio/downloads/express/
You will need to provide a current email address, or your Sun login credentials.
Sun's website generates dynamic download links. You can download the archive to your local machine and SFTP/scp it to your Accelerator, or better if you have Lynx available on your Accelerator, you should be able to download the the file with Lynx.
Follow all the steps until you get to the final downloads listing page. Copy (Cmd + C) the URL from the address bar of your browser.
# lynx
press g, paste the link URL into your terminal, and press Enter.
y to accept self-signed certificates.StudioExpress-sol-x86-2007-05-29.ii.tar.bz2 263.89 MB. (As a selected item, it may appear in yellow, depending on how you have colors enabled.)\d to initiate the download (don't press Enter, as with other links)./home/admin). It may take a few moments to save.q to quit lynx.The installation is relatively simple. Decide on a suitable destination for Sun Studio.
/opt/ as a destination.
# cd /opt # bzcat DOWNLOAD-DIRECTORY/StudioExpress-OS-PLATFORM-DATE-ii.tar.bz2 | /bin/tar -xf -
.bashrc file (or the appropriate rc file for your preferred shell)./opt/SUNWspro/bin/ to your PATH/opt/SUNWspro/man/ to your MANPATH# source ~/.bashrc
/opt/SUNWspro/bin/cc is recognized in the path:# which cc opt/SUNWspro/bin/cc
/opt/netbeans-5.5.1/.
As great an IDE NetBeans is, you're unlikely to need a graphical IDE on a production server that you're managing through SSH. To remove it:
# rm -R /opt/netbeans-5.5.1/