Java class initialization failure

Hello There:

I have some code that work well in netbeans but when I put it in a java agent get an error.

snippet:

FopFactory fopFactory = FopFactory.newInstance();

Error:

java.lang.NoClassDefFoundError: org.apache.fop.apps.FopFactory (initialization failure)

java.lang.J9VMInternals.initialize(J9VMInternals.java:140)

All the jar libraries are attached in the agent.

I try to put the jars in lib/ext but it gets the same error.

Thanks in advance

Nina.

Subject: FOP initialization failure

I have exactly the same problem. Did you ever resolve this?Code that works fine using FOP under ND7 fails under ND8.5.2.