[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology] Re: Loas resource through eclipse extension

Try asking his question on eclipse.newcomer. Offhand, I don't remember
the magic to do this, but somebody on newcomer probably will.

Wayne

On Thu, 2008-04-03 at 07:04 +0000, Trushna wrote:
> Hello everyone,
> 
>             I need to load one .properties file through eclipse extension.
> Extension element details allows to contribute a file(non java) to the 
> extension using 'resource Type'. But i donno how to load it in the code.
> I tried createExecutableExtension thinking it will give me object of that 
> file(IFile) but it didnt work.
> Can anyone help?
>