简体   繁体   English

尝试在Eclipse中安装Mase插件时出现错误消息

[英]Error message while trying to install the mase plugin in eclipse

I installed agent tool3 on my eclipse and proceeds to install the MASE plug in for analysis and design. 我在Eclipse上安装了agent tool3,然后继续安装MASE插件进行分析和设计。 I really need the plug in for a design and analysis but unfortunately, after the installation of the agent tool3 the next step towards installing the MASE pugin I got this error message below. 我确实需要插件进行设计和分析,但是不幸的是,在安装代理工具3之后,下一步是安装MASE pugin,我在下面得到了此错误消息。

Plug-in org.eclipse.epf.authoring.ui was unable to load class org.eclipse.epf.authoring.ui.views.LibraryView. 插件org.eclipse.epf.authoring.ui无法加载org.eclipse.epf.authoring.ui.views.LibraryView类。

I have done everything within my knowledge but cant seem to get a solution. 我已尽我所能,但似乎无法找到解决方案。 below are pictures of the errors 以下是错误图片

图片图片

Most likely you have this class loading errors because agentTool III and MaSE are for Eclipse 3.4 (Ganymede). 因为agentTool III和MaSE是针对Eclipse 3.4(Ganymede)的,所以很可能出现此类加载错误。 Usually eclipse tools have open range for dependencies to prevent blocking users from installing it into newer Eclipse release. 通常,eclipse工具具有开放的依赖关系范围,以防止阻止用户将其安装到较新的Eclipse版本中。 It works sometimes, if tools do not use restricted/none public API which tends to have many changes between major Eclipse releases. 如果工具不使用受限/无公共API(有时会在主要Eclipse版本之间进行很多更改),则有时它会起作用。

I cannot see details on your screenshots but it feels like some classes were removed/refactored in Eclipse Mars since Ganymede release. 我看不到屏幕快照的详细信息,但是自Ganymede发行以来,感觉有些类已在Eclipse Mars中删除/重构。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM