Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Re: I need to load an external jar file for my plugin.

Salem,

 

U have to specify ur external jar files in the plugin.xml.

 

E.g

            <runtime>

                        <library name="AutomaRuleBuilder.jar"/>

                        <library name="Sprinta2000.jar"/>

                        <library name="castor-0.9.4.1.jar"/>

            </runtime>

 

And place ur jar files in the project home when u run the project as a WorkBench.  

 

When deployed as a plugin they should be in the ur plugin directory (e.g eclipse\plugins\com.automa.admin.adminconsole.adminview_2.1.1).

 

 

Hope this will help u

 

Hasith Yaggahavita

(Sri Lanka)


Back to the top