Hi, I had exactly the same error in the same context. How I solve it :
I have renouced to build a separate plug-in which is supposed to encapsulated Apache FOP libraries. I have included directly all needed jars in my own RCP application in a simple "lib" folder, than I linked them to my application adding them in the "classpath" section on the "runtime" page of the "plugin.xml" file. It works great, even when exporting the corresponding "product" that I made from this RCP app. Hope it's help, Fabrice Dubach Martin Kristensen-2 wrote: > > Hi, > > I'm getting this error when running Apache FOP as part of an Eclipse RCP > application. > java.lang.IncompatibleClassChangeError: > (...) > I have created a separate Eclipse plug-in with all the required Apache FOP > jars, which I suppose is the way to do it with the Eclipse platform. > -- View this message in context: http://www.nabble.com/Integrating-Apache-FOP-in-an-Eclipse-RCP-app-gives-IncompatibleClassChangeError-tp17733288p17796549.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
