MATLAB: Does the compiled application have issues on other computers

com

I don't have any trouble running my compiled application, but others get this message:
Undefined variable "com" or class "com.mathworks.appmanagement.MIappinstallUtil.getAppInstallationFolder". Error in => AnalysisGUIApp.m at line 48
I have tried rerouting paths, but it did not help. Is it perhaps a Runtime version issue? I have found people with similar issues on here, but none of them were with an executable file like mine.

Best Answer

Maybe you will need MATLAB Runtime for other computers that don't have MATLAB installed. Run "deploytool" to pack and deploy your application.