Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] input format of the manifest file

You should also put the jar files in your build path. You can do that by going
to Project->Properties, clicking on Java Build Path and then clicking on the
button Add JARs..

Hope that helps..

On Wed, 16 Jun 2004 17:30:59 +0200, =?iso-8859-1?q?salem=20salem?= wrote:

> hello,
>  
> In my manifest file, I want to tell eclipse that the simple.jar file is in
myDirectory. Ofcourse I have "eclipse\plugins\myplugin\myDirectory\simple.jar"
>  
>  
> I tried this :
>  
> <runtime>
>         <library name="myplugin.jar"/>
> ....
>         <library name="myDirectory/simple.jar"/>      
> ....
> </runtime>
>  
>  
> but it did not work.
>  
> could you please tell me how to set the correct pathg in the manifest file.
> thanks in advance.
>  
> Maher
>  
>  
> 
> 		
> ---------------------------------
> Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
> Créez votre Yahoo! Mail
> 
> hello,
>  
> In my manifest file, I want to tell eclipse that the simple.jar file is in
myDirectory. Ofcourse I have "eclipse\plugins\myplugin\myDirectory\simple.jar"
>  
>  
> I tried this :
>  
> <runtime>        <library name="myplugin.jar"/>
> ....        <library name="myDirectory/simple.jar"/>      
> ....
> </runtime>
>  
>  
> but it did not work.
>  
> could you please tell me how to set the correct pathg in the manifest file.
> thanks in advance.
>  
> Maher
>  
>  
>   
> Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
> Créez votre Yahoo! Mail
> 




Back to the top