[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Path problem

I am trying to load a 3rd party lib properties file that is required for
my rcp based application. I have a folder /res that sits off of my plugin
folder path. when i try to relative reference this folder (as in
"/res/...") it comes up missing. I grabbed the System - "user.dir"
property and it is pointing to my eclipse installation dir (which is why
the path does not work). How do I set the run-time "user.dir" to be my
plugin directory, or otherwise relative reference my "res" path??