Error when building extension points
Hello,
I am trying to compile the extension point sample: "Query Panel".
When I try to export the project in eclipse to a runnable jar file I get the following error message:
JAR export finished with warnings. See details for additional information. Exported with compile warnings: Extension Points - QueryPanel/src/querypanel/ImageLoader.java Exported with compile warnings: Extension Points - QueryPanel/src/querypanel/ExtensionPoint.java Jar export finished with problems. See details for additional information. Fat Jar Export: Could not find class-path entry for 'C:Temp/Ecllipse Projects/Extension Points - QueryPanel' Fat Jar Export: Could not find class-path entry for 'C:Program Files/Business Objects/BusinessObjects Enterprise 12.0/classes/jdic/jdic.jar' Fat Jar Export: Could not find class-path entry for 'C:Program Files/Business Objects/BusinessObjects Enterprise 12.0/classes/boconfig.jar' Fat Jar Export: Could not find class-path entry for 'C:Program Files/Business Objects/BusinessObjects Enterprise 12.0/classes/cdz_ext.jar' Fat Jar Export: Could not find class-path entry for 'C:Program Files/Business Objects/BusinessObjects Enterprise 12.0/classes/cdz_inproc.jar' Fat Jar Export: Could not find class-path entry for 'C:Program Files/Business Objects/BusinessObjects Enterprise 12.0/classes/cdz_ui.jar' Fat Jar Export: Could not find class-path entry for 'C:Program Files/Business Objects/BusinessObjects Enterprise 12.0/classes/cdzextidl.jar' Fat Jar Export: Could not find class-path entry for 'C:Program Files/Business Objects/BusinessObjects Enterprise 12.0/classes/cecore.jar'
The external library that I am using is: RCThinCadenza.jar
Even when I add the external jar's listed in the error message to my project manually I still get the above error message.
Can someone tell me if I'm missing something here?
Many thanks
Rim