필터 지우기
필터 지우기

How to include Java class in standalone executable?

조회 수: 4 (최근 30일)
John
John 2019년 3월 13일
답변: Mohammad Sami 2020년 8월 24일
I am trying to build a standalone executable using MATLAB compiler. The compiler builds the package. However, when I run the .exe, I receive an error stating that a particular Java class cannot be located on the Java class path. The MATLAB script I trying to compile runs as expected when run in MATLAB, but when I run the executable, I receive the afformetioned error. How do I include the .jar files during the executable compilation?
  댓글 수: 1
M A
M A 2020년 8월 24일
Try to add your own Java class path when compiling your application by using 'mcc -e Application.m -a JavaClassPath'.
I think that '*.class' and'*.java' files cannot be automatically recognized by matlab during packaging.

댓글을 달려면 로그인하십시오.

답변 (1개)

Mohammad Sami
Mohammad Sami 2020년 8월 24일
Please add the jar file containing your java code in the section files needed to run your application.
Copied from documentation Files required for your application to run — Additional files required by the generated application to run. These files are included in the generated application installer.

카테고리

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