[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] folder in classpath for plugin in runtime
|
Hi,
I need to put to classpath of plugin a folder where resources are located,
any ideas how it can be done?
I've got couple jars mentioned in <library> tags in plugin XML, and if I put
my resources to a jar - they're found.
However some of the resources need write access.
If I put <library name="lib"/> to point to a directory where resources are
resided, it has no effect in run-time, I get "resourceNotFound". The worst
thing that libraries, I use, are not mine so I can't change lookup mechanism
and they look for the resources via classpath...
Any help will be highly appreciated.