Java exception occurred: com.mathworks.toolbox.slproject.Exceptions.CoreProjectException: The archive file specified does not exist.
조회 수: 14 (최근 30일)
이전 댓글 표시
Hello Everyone,
I am trying to run exported matlab fmu with my own testfile after following the following instructions in the link below:
So I am getting the follwing error. Can anyone please help me debug it?
fmistatus = Error; Test CS model Instance (logStatusError ): fmi2Instantiate: Error using fmuhelper
Java exception occurred:
com.mathworks.toolbox.slproject.Exceptions.CoreProjectException: The archive file specified does not exist.
at com.mathworks.toolbox.slproject.project.creation.ProjectCreatorFromZip.validateArchive(ProjectCreatorFromZip.java:56)
at com.mathworks.toolbox.slproject.project.creation.ProjectCreatorFromZip.validate(ProjectCreatorFromZip.java:88)
Thanks in advance!
댓글 수: 0
답변 (1개)
Yash
2025년 2월 16일
The error seems to imply that the archive file directory from which the project is being created does not exist. Please ensure that the directory is on MATLAB Path.
Try clearing the cache and path using below commands:
rehash toolboxcache
rehash path
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!