Can anyone please tell me where can I find the path for com.mathwo​rks.toolbo​x.slprojec​t.project.​creation.P​rojectCrea​torFromZip​.validateA​rchive

2 次查看(过去 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!

回答(1 个)

Yash
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

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by