[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Path problem
|
- From: lwsiv@xxxxxxxxxxxxx (Luke Stephens)
- Date: Thu, 7 Oct 2004 15:36:49 +0000 (UTC)
- Newsgroups: eclipse.platform.rcp
- Organization: http://news.eclipse.org
- User-agent: NewsPortal/0.25 (http://florian-amrhein.de/newsportal/)
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??