I’m developing a plug-in, and I need to get a path of XML file that exist within java package, my question is how can I get the path of the file?
when i’m running the project as is i’m getting the file successfully but when i’m running the project as eclipse application the file located in anoter path.
any idea?
I’m developing a plug-in, and I need to get a path of XML file
Share
You can get every resource as InputStream with this line
Hope this help.