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?