Can anyone please tell me where can I find the path for com.mathworks.toolbox.slproject.project.creation.ProjectCreatorFromZip.validateArchive
6 ビュー (過去 30 日間)
古いコメントを表示
I am getting an error like
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)
Thank you!
0 件のコメント
回答 (1 件)
Yash
2025 年 2 月 16 日 14:01
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Verification, Validation, and Test についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!