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.