Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Problem with WebViewer
ner83
Hello,
I'm trying to make preview of the report with WebViewer method. When i'm trying to call that function eclipse shows me errors. I call the function like this
WebViewer.display("reportdesign/DocumentPR.rptdesign", WebViewer.HTML, browser, "run");
Help me please
Errors:
Exception in thread "AWT-EventQueue-0" org.eclipse.core.runtime.AssertionFailedException: assertion failed: The application has not been initialized.
at org.eclipse.core.runtime.Assert.isTrue(Assert.java:110)
at org.eclipse.core.internal.runtime.InternalPlatform.assertInitialized(InternalPlatform.java:138)
at org.eclipse.core.internal.runtime.InternalPlatform.getAdapterManager(InternalPlatform.java:159)
at org.eclipse.core.runtime.Platform.getAdapterManager(Platform.java:619)
at org.eclipse.birt.report.viewer.utilities.WebViewer.checkAdapter(WebViewer.java:281)
at org.eclipse.birt.report.viewer.utilities.WebViewer.startup(WebViewer.java:807)
Find more posts tagged with
Comments
JasonW
Are you running this as a Eclipse Application?
Jason