After exporting the product, when i try to run the application i do not see any view in my application.i got the reason, this is because of error “Unable to read model extension”
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Does your product work fine when launched from within the Eclipse IDE? Only the exported product generates the error? Then check if the exported product indeed includes all the required files. For example, does it include the
plugin.xml,Application.e4xmi, …?When launched from within the IDE, all source code files are available to the running product. When exported, however, only files specifically listed in the
build.propertiesfile of each plugin will part of the exported product. If for example the model files (*.e4xmi) are not listed in thebuild.propertiesfile, your exported product will not be able to load the model.