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

Difference between revisions of "Talk:Java - Simple Design Engine API (BIRT)"

(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...")
 
 
Line 1: Line 1:
 
Hi All,
 
Hi All,
  
I have installed Eclipse Neon 4.6 and Birt Report plugin 4.6.
+
I have installed Eclipse Neon 4.6 and Birt Report plugin 4.6.Please advise. Thanks
I created the java class follow by Simple Design Engine API (BIRT) but when I run a error ocurred
+
xception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes
Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/core/runtime/CoreException
+
at sun.security.util.SignatureFileVerifier.processImpl(Unknown Source)
at org.eclipse.birt.core.framework.Platform.createPlatformLauncher(Platform.java:115)
+
at sun.security.util.SignatureFileVerifier.process(Unknown Source)
at org.eclipse.birt.core.framework.Platform.startup(Platform.java:74)
+
at java.util.jar.JarVerifier.processEntry(Unknown Source)
at dntech.SimpleCreate.buildReport(SimpleCreate.java:52)
+
at java.util.jar.JarVerifier.update(Unknown Source)
at dntech.SimpleCreate.main(SimpleCreate.java:28)
+
at java.util.jar.JarFile.initializeVerifier(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.eclipse.core.runtime.CoreException
+
Regards
at java.net.URLClassLoader.findClass(Unknown Source)
+
Reddynr
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
+

Latest revision as of 15:28, 5 November 2016

Hi All,

I have installed Eclipse Neon 4.6 and Birt Report plugin 4.6.Please advise. Thanks xception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes at sun.security.util.SignatureFileVerifier.processImpl(Unknown Source) at sun.security.util.SignatureFileVerifier.process(Unknown Source) at java.util.jar.JarVerifier.processEntry(Unknown Source) at java.util.jar.JarVerifier.update(Unknown Source) at java.util.jar.JarFile.initializeVerifier(Unknown Source) Regards Reddynr

Back to the top