From: Jared on
"Ali Haider" <alihaider82(a)gmail.com> wrote in message <hj63vn$600$1(a)fred.mathworks.com>...
> I am trying to build a stand alone application of my MatLab code using MatLab Builder JA.
> when I run the command mbuild -setup, aske me for compiler options, there is no compilers shown.
>
> Will anybody help me to configure the compilers?
>
> I have installed Java, NETBEANS 5.0.
>
> Regards

You also have to have a compatible C++ compiler installed. I believe that is what the mbuild -setup is looking for when you run it. The Builder JA uses the Matlab Runtime Compiler (MCR) which I believe requires the C++ compiler. You might look at the documentation for the MCR.