Javabuilder: Error while initializing the component

조회 수: 13 (최근 30일)
Stefanie Aebi
Stefanie Aebi 2019년 5월 22일
Hi!
I have packaged my MATLAB code to a jar-file using 'Java Package'.
When I now try to run the jar on the server, I get the following error:
Caused by: com.mathworks.toolbox.javabuilder.MWException: An error occurred while initializing the component.
Cannot CD to C:\....\...\...\tomlab\mad (Name is nonexistent or not a directory).
at com.mathworks.toolbox.javabuilder.internal.MWMCR.mclInitializeComponentInstance(Native Method)
at com.mathworks.toolbox.javabuilder.internal.MWMCR.access$700(MWMCR.java:31)
at com.mathworks.toolbox.javabuilder.internal.MWMCR$6.mclInitializeComponentInstance(MWMCR.java:887)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
... 41 more
The folder "tomlab\mad" is indeed not on the server, but it is also not accessed from my code, so I wonder why it wants to cd there.
Could you give me any hint on how to resolve the problem?
Thanks in advance!
Best regards,
Stefanie

답변 (0개)

카테고리

Help CenterFile Exchange에서 Java Package Integration에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by