James Rome wrote (9/27/08 6:07 PM):
> Bob Potterveld said:
>
> If you can capture the exact command being issued on your system it
> might be helpful.
>
> In the nbexec file add the following just before the eval statement
> you posted:
>
> echo "netbeansstartup data" > $HOME/jvmstartupinfo.txt
> echo "JDKHOME:" >> $HOME/jvmstartupinfo.txt
> echo ${jdkhome} >> $HOME/jvmstartupinfo.txt
> echo "CP:" >> $HOME/jvmstartupinfo.txt
> echo $cp >> $HOME/jvmstartupinfo.txt
> echo "JARGS:" >> $HOME/jvmstartupinfo.txt
> echo $jargs >> $HOME/jvmstartupinfo.txt
> echo "ARGS:" >> $HOME/jvmstartupinfo.txt
> echo $args >> $HOME/jvmstartupinfo.txt
>
> ----------------------
>
> I do not see a nbexec file. Where is it? I see this problem with both
> 32-bit and 64-bit Java for NetBeans 6.1 and 6.5.
>
> Jim Rome
Jim,
The netbeans shell script (in the NetBeans.app package) eventually calls
another shell script (also in the package) called nbexec which is located
at:
/Applications
/NetBeans
/NetBeans 6.1.app
/Contents
/Resources
/NetBeans
/platform8
/lib
/nbexec
Regards,
gary
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden