| [news.eclipse.platform.rcp] Re: RCP classpath problems |
Hmmmm. Maybe case sensitivity on the file names?
RacerNewbie schrieb:Check the build.properties file (controlled from the 'build' tab in the extensions editor to make sure these configuration files are part of the build.
Otto Eberhardt wrote:Hi all,
my problem is that jars that are on the classpath (runtime tab in plugin.xml) are unable to locate configuration files despite of the fact that the folder they are in is on the classpath too. My project deals with JBossESB, the library jbossesb-rosetta.jar cannot locate its configuration file jbossesb-properties.xml. The latter is in the same folder with the library and the folder along with the library is specified in the classpath list. Specifying the file explicitly in the MANIFEST.MF doesn't change anything.
I'll be much grateful for any help!
Yes, they are part of the build. It was the first thing I checked. There must be something wrong with class loaders but I can't figure out what exactly is wrong.