How do I open R2012a project on R2016a ?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a project written using R2012a (on Windows machine) which is converted to Java and packaged as a jar file.
I currently run R2016a with R2016a runtime compiler on Mac OS X. I need to package the project using R2016a inorder to use it with the latest version of javabuilder on my current system.
When I try to open the .prj file it says Not a valid project: < filename>.prj

I saw a post on how it should be done in R2014a but I am unable to solve it for R2016a.
0 commentaires
Réponses (1)
Prasad Mendu
le 18 Juil 2016
Modifié(e) : Prasad Mendu
le 18 Juil 2016
Although .jar files created in earlier versions of MATLAB can be opened in the latest release, the project files would have been obtained by compiling the code against the OS specific MATLAB Compiler Runtime(MCR). So you might need to try creating the project file again using the MATLAB R2016a on OS X, or just use the .jar file created earlier in your application.
1 commentaire
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!