linux - MCR (MATLAB compiler runtime) with Image processing toolbox -


I am trying to implement Java applications from MATLAB. I create my jar file from MATLAB R2011a with deploytool on Windows 7.

I also installed MCR r2011a on Ubuntu, and thus have set environment variables.

  ## MATLAB Compiler Runtime (MCR) export LD_LIBRARY_PATH = / usr / local / MATLAB / MATLAB_Compiler_Runtime / v81 / order / glnxa64: / usr / local / MATLAB / MATLAB_Compiler_Runtime / v81 / bin / glnxa64 : / usr / local / MATLAB / MATLAB_Compiler_Runtime / v81 / sys / OS / glnxa64: / usr / local / MATLAB / MATLAB_Compiler_Runtime / v81 / sys / Java / JRE / glnxa64 / JRE / lib / amd64 / native_threads: / usr / local / MATLAB / MATLAB_Compiler_Runtime / v81 / sys / Java / JRE / glnxa64 / JRE / lib / amd64 / server: / usr / local / MATLAB / MATLAB_Compiler_Runtime / v81 / sys / Java / JRE / glnxa64 / JRE / lib / amd64: $ LD_LIBRARY_PATH export XAPPLRESDIR = / usr / local / MATLAB / MATLAB_Compiler_Runtime / v81 / X11 / application-defaults  

When I run my jar file on Ubuntu, I get these error was:

  com.mathworks.toolbox.javabuilder.MWException: the 'UIT 8' input Undefined function or method for arguments 'emressextax' == & gt; Error 78 in TextDetect == & gt; Error in Imalescence in 169 == & gt; When calling the function in the image processing toolbox, such as  imresize ,  dilate  and  , etc. 

If anyone has a solution to this problem, please give me a hint.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -