Robert Monical wrote:
> This one has been driving me crazy for a couple of hours. I have been running 
> OpenSolaris 2009.6 in a bare metal install from the provided CD. I just 
> installed the NetBeans 6.6 using the package installer. I want to move my 
> NetBeans development from Windows to Solaris. I get this error when executing 
> the netbeans startup script.  This is the portion of the script:
>     if [ -x /bin/bash ]
>     then
>         sh=/bin/bash
>     fi
>     if [ "${founduserdir}" = "yes" ]; then
>         exec $sh "$nbexec" "$@"
>     else
>         exec $sh "$nbexec" --userdir "${userdir}" "$@"
>     fi
> It looks like this when I execute:
> rmoni...@dell690:/usr/netbeans/bin$ ./netbeans 
> /bin/bash: : No such file or directory

What is $nbexec set to?   From the extra " : ", I'll bet that's bash trying
to report that the script you're passing as the first argument is coming
through as "", which is not found.

-- 
        -Alan Coopersmith-           alan.coopersm...@sun.com
         Sun Microsystems, Inc. - X Window System Engineering

_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to