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

时间:2021-02-22 11:35:40

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

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

利用UP将其移到第一位

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

再次运行程序,OK。

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

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

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


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

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