IllegalAccessError using Birt Report Design API [message #1000344] |
Mon, 14 January 2013 10:06  |
Eclipse User |
|
|
|
I am trying to run some code that I write using the Birt Java Report Design API
within Eclipse.
The version of Eclipse I am using is Helios.
I am getting the following exception below. Does anyone have any ideas ?
Exception in thread "main" java.lang.IllegalAccessError: tried to access class org.eclipse.birt.core.framework.eclipse.EclipseExtensionRegistry from class org.eclipse.birt.core.framework.jar.ServicePlatform
at org.eclipse.birt.core.framework.jar.ServicePlatform.getExtensionRegistry(ServicePlatform.java:72)
at org.eclipse.birt.core.framework.jar.ServicePlatform.createFactoryObject(ServicePlatform.java:98)
at org.eclipse.birt.core.framework.Platform$1.run(Platform.java:297)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.birt.core.framework.Platform.createFactoryObject(Platform.java:293)
|
|
|
|
Powered by
FUDForum. Page generated in 0.02938 seconds