Eclipse 插件示例无法运行
在我的 Mac 计算机上,我按照本页上的教程来运行 Taipan 示例,但还是失败了很多次。
切换到 Plug-in Development 透视图并打开 org.eclipse.gmf.examples.taipan 项目中的 models 文件夹。探索此处找到的每个模型及其元素属性。您会注意到,有生成的 Taipan 示例的完整版本和 RCP 版本可供探索。
当我尝试作为“Eclipse 应用程序”运行时,它会启动一个新的 Eclipse 应用程序,但示例对话框中没有“Taipan 图”,如下所示:
创建一个空项目并在“新建”对话框的“示例”文件夹中找到一个新的“TaiPan 图”
可能的原因是什么?有人帮我解决一下吗?
On my Mac computer, I follow the tutorial on this page to get the Taipan example run, but still failed so many times.
Switch to the Plug-in Development perspective and open the models folder within the org.eclipse.gmf.examples.taipan project. Explore each of the models found hereand their element properties. You'll notice that there are full and RCP versions of the generated Taipan examples to explore.
When I try to run as "Eclipse application", it launches a new eclipse app but the dialog box Examples does not have the 'Taipan Diagram' as it says:
create an empty project and a new 'TaiPan Diagram' found in the Examples folder of the New dialog
What are the possible causes? Someone helps me to solve it out?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您的插件工作正常并且没有显示编译错误?
那么最可能的原因是您没有选择在启动对话框中激活您的插件。
我回答了一个类似的问题:
I'm assuming that your plugin is working fine and doesnt show compilation errors?
Then the most likely reason is that you havent chosen your plugin to be active in your launch dialog.
I answered a similar question with this: