Skip to main content

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

Thanks a million !
 
It Works  ;)
 


Hasith Yaggahavita <hasithy@xxxxxxxxxxxxx> wrote:

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)


Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
Créez votre Yahoo! Mail

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !

Back to the top