04 2013 档案
摘要:1、创建product Configuration,这个是产品的配置文件,声明了要导出的RCP产品的形式,有无启动器,需要的插件,启动参数,名称,加载图片,splash等等。2、实现两个扩展点3、product文件Overview位置配置产品的ID、版本,启动product、application等信息4、Dependcies位置配置依赖的插件5、Configuration位置配置插件和启动级别,以及指定config.ini配置文件信息(能根据不同的系统指定)6、Lauching位置,配置启动器以及exe图标,程序参数和虚拟机参数7、Splash位置指定splash的图片和格式8、Brandi
阅读全文
摘要:原文链接:OSGi组件依赖 OSGi doesn’t allow you to specify class visibility at the class level, but instead at the level of the containing package.1. The header:Export-Package and The directives for the Export-Package header 当指定一个package export,默认的它的subpackage是没有exportde,需特别指定。 Directives for the Export-Packa.
阅读全文