Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » classpath to properties files - nested libraries
classpath to properties files - nested libraries [message #121628] Wed, 03 September 2003 03:08 Go to next message
Vijay Ganesan is currently offline Vijay GanesanFriend
Messages: 40
Registered: July 2009
Member
I have .properies files in 2 directories - config/ and config/i18n. In the
plugin I am developing, I need to add these 2 directories to the list of
run-time libraries so that they will be in the plugin classpath and the
properties files will be found. The problem is that I get a Error message
"cannot nest config/i18n inside of config/" when I try adding config/i18n
after adding config/

Is there any way to get around this?
Thanks

Vijay
Re: classpath to properties files - nested libraries [message #148423 is a reply to message #121628] Thu, 23 October 2003 13:53 Go to previous message
Eclipse UserFriend
Originally posted by: prasarita.netscape.net

I've encountered this same problem and would be interested to see a
reply. It may be the case that it is necessary to add only (in your
case) the config directory. Do you get a MissingResourceException on
the config/i18n directory if only the config directory is added?

Vijay Ganesan wrote:
> I have .properies files in 2 directories - config/ and config/i18n. In the
> plugin I am developing, I need to add these 2 directories to the list of
> run-time libraries so that they will be in the plugin classpath and the
> properties files will be found. The problem is that I get a Error message
> "cannot nest config/i18n inside of config/" when I try adding config/i18n
> after adding config/
>
> Is there any way to get around this?
> Thanks
>
> Vijay
>
>
Previous Topic:Launching "Virtual" editors from a view
Next Topic:Create new project problems
Goto Forum:
  


Current Time: Sat Jul 27 13:26:53 GMT 2024

Powered by FUDForum. Page generated in 0.02889 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top