Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Talk:Java - Simple Design Engine API (BIRT)

Revision as of 22:30, 21 July 2016 by Lytnhan.gmail.com (Talk | contribs) (Created page with "Hi All, I have installed Eclipse Neon 4.6 and Birt Report plugin 4.6. I created the java class follow by Simple Design Engine API (BIRT) but when I run a error ocurred Except...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hi All,

I have installed Eclipse Neon 4.6 and Birt Report plugin 4.6. I created the java class follow by Simple Design Engine API (BIRT) but when I run a error ocurred Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/core/runtime/CoreException at org.eclipse.birt.core.framework.Platform.createPlatformLauncher(Platform.java:115) at org.eclipse.birt.core.framework.Platform.startup(Platform.java:74) at dntech.SimpleCreate.buildReport(SimpleCreate.java:52) at dntech.SimpleCreate.main(SimpleCreate.java:28) Caused by: java.lang.ClassNotFoundException: org.eclipse.core.runtime.CoreException at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 4 more

Please help Thanks & Regards Nhan

Back to the top