Installing Sun Studio in Custom location

Hi,

I have installed sunstudio 11 on a Solaris 10 system using the batchinstaller programe. The installation was successful under /opt/SUNWspro.

I need to move the same to a nfs location. But the same when moved gives an error

Cannot find Netbeans 3.5V11release.

Is there a way I can specify the location of the netbeans. I tried using NB_JDK_HOME but without any success.

--Walter

[418 byte] By [curtorkara] at [2007-11-26 16:09:23]
# 1
You can set SPRO_NETBEANS_HOME to /opt/netbeans/3.5V11/ or whatever location of NetBeans on your system and then start the IDE.
MaximKartasheva at 2007-7-8 22:31:41 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2
Hi Maxim,This worked thanks. But if I move the sunstudio to another location, the execution of "sunstudio" just gives a warning about a FontColor and drops back to the shell. Is there any fix for this?--Walter
curtorkara at 2007-7-8 22:31:41 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 3
This one I cannot answer, sorry.I can only suggest to look at/debug Sun Studio startup scripts (it's plain BASH) and see if you can find out smth. Executing 'bash -fx sunstudio' might be helpful.
MaximKartasheva at 2007-7-8 22:31:41 > top of Java-index,Development Tools,Solaris and Linux Development Tools...