Yeaaaaah I got it!!!!!! :)
The problem doesn't come from FOP but from JDeveloper, it wasn't a class loader problem, but a classpath problem.
I was looking in the Project Properties if there was any way to change the class loader when I noticed something weird, all the JARs I was using in my project had been automatically added in a field of the Project properties Excepted FOP!!!! So after adding it manually it worked! I don't know why JDeveloper didn't added it automatically as it did with the others JARs...
Thanks for your help :)
Samuel
>From: "J.Pietschmann" <[EMAIL PROTECTED]>
>Reply-To: [email protected]
>To: [email protected]
>Subject: Re: FOP embedding problem (NoClassDefFoundError)
>Date: Tue, 19 Jul 2005 22:51:20 +0200
>
>delbd wrote:
>>i checked Driver.java at offending line (221). No way this line
>>could give the error you send us.
>
>*chuckle*
>The interesting line is actually the following line, which
>contains setDefaultMappings(). This will in turn load a
>StandardElementMapping class, which constructs Maker classes
>in static Java code. Maybe the Oracle IDE has a class loader
>issue there.
>
>J.Pietschmann
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail:
[EMAIL PROTECTED]
>For additional commands, e-mail:
>[EMAIL PROTECTED]
>
