MATLAB: I Got Error while Run windows JAR Application on CentOs with MCR ? can anyone share Ideas

digital image processingfiltersImage Processing Toolboxjarjava deploymentlinuxMATLABMATLAB C/C++ Math LibraryMATLAB CompilerMATLAB Compiler SDKspecial functionswindows platform errorxcb

I Got Error while Run windows JAR Application on CentOs with MCR ? can anyone share Ideas ?
Error is: XCB plugin Error
My Doubts:
1. Windows or LINUX ,Deploy JAR support (or) fully run without error on same Windows or LINUX.

Best Answer

The .jar has to have been built with the same operating system family as you execute on. This is also true for .exe and anything else that uses MCR. To be able to execute on Linux, you would need to compile on Linux.