【转】RCP中org.eclipse.core.runtime.CoreException

org.eclipse.core.runtime.CoreException: Plug-in TRAIN was unable to load class train.Application.

利用UP将其移到第一位

再次运行程序,OK。

网络力量是无穷的,这是一个庞大的知识库,有很多营养供我们汲取,谢谢每一个无私分享学习经历、学习成果的人们!

注意:RCP在运行时要使用自己的类包,要在classpath中配置添加,common-logging.jar,spring.jar。

当在RCP中使用spring 时一定要配置。


出现的错误:在测试中可以利用ApplicationContext但在RCP View中却不能使用,总是报错:Error creating the
view.Reason:org/springframework/context/ApplicationContext。经查原因在此。

时间: 2024-12-28 01:08:10

【转】RCP中org.eclipse.core.runtime.CoreException的相关文章

Rcp 中添加eclipse中的菜单栏

自己创建的Eclipse rcp 插件中需要添加像Eclipse中的菜单栏和工具栏,实现该功能可以通过两种方式:1种是通过扩展点,2种是通过在ApplicationActionBarAdvisor 类中编写代码实现. 1.通过扩展点实现:org.eclipse.ui.menus 用于扩展菜单栏,该例子实现eclipse中的window菜单栏中的部分Action ViewsShortlistContributionItem 源码: package com.workflow.menu; import

Eclipse启动报错:An internal error occurred during: "Updating indexes".org/eclipse/core/runtime/internal/adaptor/BasicLocation解决方法

Eclipse一直用的好好的,突然这两天每次启动都会出现如下的错误:An internal error occurred during: "Updating indexes".org/eclipse/core/runtime/internal/adaptor/BasicLocation,刚开始没有在意,以为是机器的内存不够导致,但后来发现不是怎么回事,刚开机,打开Eclipse也报这个错误.找到Eclipse的日志文件,workspace/.metadata/.log,查询"

org.eclipse.core.resources.natures org.eclipse.core.resources.builders扩展点介绍

builder和nature是Eclipse中提供的两个扩展点.一般来说我们都是先有自己特定的project类型,然后在这类project上加上自定义的builder和nature. 其实所谓的特定的project通常都是由特有的nature来标识的:而又一般builder是建立在某类特定的project上,所以我们可以得出:Nature决定了project和builder. 1.创建nature扩展点 <extension id="nature" name="Work

Eclipse RCP 中创建自定义首选项,并能读取首选项中的值

Eclipse RCP的插件中若想自己定义首选项需要扩展扩展点: org.eclipse.core.runtime.preferences //该扩展点用于初始化首选项中的值 org.eclipse.ui.preferencePages//该扩展点用于定义自己的首选项页面 plugin.xml中内容如: Database Preferences挂在WorkFlowBase下,需要在category中填写workFlowBase的ID WorkFlowPreferenceInitializer类,

Eclipse RCP中超长任务单线程,异步线程处理

转自:http://www.blogjava.net/mydearvivian/articles/246028.html在RCP程序中,常碰到某个线程执行时间比较很长的情况,若处理不好,用户体验度是很糟糕的,如用户点了一个功能按钮后,进入功能执行,发现程序长时间没有任何响应,无疑这种情况下,用户是无法忍受的.    在这种情况下我们可以通过提供进度条对话框来改善用户体验度:     1)单步执行            程序执行期间不允许用户终止,贴下程序代码段                 P

eclipse core expression usage

http://codeandme.blogspot.com/2012/04/expression-examples.html We need to set checkEnabled on the visibleWhen element to false, otherwise the expression will not be active. The withsection uses activePartId as source. It is a string containing the ID

mac eclipse Target runtime Apache Tomcat v7.0 is not defined

关于mac下eclipse报错:mac eclipse Target runtime Apache Tomcat v7.0 is not defined. 修改这个文件"工程名/.settings/org.eclipse.wst.common.project.facet.core.xml"下的runtime标签的name值,删除即可! 1.在eclipse显示seetings文件夹

eclipse启动错误:java.lang.NoClassDefFoundError: org/eclipse/core/resources/IContainer

转自:http://blog.csdn.net/niu_hao/article/details/9332521 eclipse启动时报错如下:java.lang.NoClassDefFoundError: org/eclipse/core/resources/IContainer解决方法:可能是丢失部分起动文件,解决... eclipse启动时报错如下: java.lang.NoClassDefFoundError: org/eclipse/core/resources/IContainer 解

在Mac中安装.Net Core的开发环境

在mac中部署dotnet core开发环境,我的MacOS版本号为OSX EI Capitan 10.11.6 1.安装brew homebrew官网推荐的安装命令如下: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 但我的机器上安装时却提示连接不上http://raw.githubusercontent.com.....嗯,木有vp