找回密码
 立即注册
第三方the标签JAR | 图片显示 2022-10-03 102 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
图文并茂的描绘如何将第三方JAR包转换成插件依靠RCP工程从网上搜索到的方法折腾了一个黑夜未果,终究还是使用该文档的方法管理。另提供一个后来通过实验也成功了的方法<imgsrc="sad.gif"smilieid="2"border="0"alt=""/>我是eclipse3.6.1)在src同级下建立lib文件夹将一切第三方jar包拷贝到lib下在这些jar包上点鼠标右键:Addtobuildpath在plugin.xml的build标签页的BinaryBuild标签下将lib和里边需求的jar包打勾在plugin.xml的build标签页的ExtraClasspathEntries标签下点ADDJARS按钮,将lib下的第三方jar增加进来在plugin.xml的Runtime标签页的Classpath标签下,点击add按钮,将lib下的第三方jar增加进来保留
第三方JAR包转换成插件依靠RCP工程.pdf
本资源由开源阁IT资料站收集。

(Illustrated how to convert a third-party JAR package into a plug-in. Relying on the method of RCP project searching on the Internet, it was a dark night. After all, it was managed by using the document method. Another method that was also successful through experiments is provided.<imgsrc="sad. gif" smilieid="2" border="0" alt="" Click the ADDJARS button under the ExtraClasspathEntries tab of the xml build tab to add third-party jars under lib to the plugin Under the Classpath tab of the runtime tab of the xml, click the add button to add the third-party jars under lib for reservation
Conversion of third-party JAR packages into plug-ins depends on RCP project.pdf
This resource is collected by Kaiyuan Pavilion IT Information Station.)

[下载]21051460114.rar




上一篇:MFC—金刚石图案
下一篇:Linux源码中的内核模块结构图操作系统