Hello and thanks forward,
I`m newbie with Birt and I have to use the RE API with an application developed in NetBeans.
Could anybody help me, please?
When I run my Netbeans developed application, the next exception is thrown:
Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/birt/core/framework/eclipse/EclipseExtensionRegistry
at org.eclipse.birt.core.framework.eclipse.EclipsePlatform.getExtensionRegistry(EclipsePlatform.java:56)
at org.eclipse.birt.core.framework.eclipse.EclipsePlatform.createFactoryObject(EclipsePlatform.java:348)
at org.eclipse.birt.core.framework.Platform.createFactoryObject(Platform.java:262)
at newbirt.CreaPDF.crea(CreaPDF.java:32)
at newbirt.Main.main(Main.java:39)
When I run the application in Eclipse IDE there's no problem.