I'm using Matlab 7.5 on Windows XP. I have a program that uses some JAVA objects in my GUI. The program runs fine. But I don't know how to compile it into a standalone program to deploy to another machine. I tried this:
mcc -m file1.m file2.m ... fileN.m
but the compiler crashes. Any ideas?