Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » embedding SWT v4.31 jar in an app jar results in SecurityException(Embedding SWT 4.31 jar in an app jar causes Security Invalid signature file digest for Manifest main attributes)
embedding SWT v4.31 jar in an app jar results in SecurityException [message #1864517] Thu, 21 March 2024 01:04 Go to next message
Ashit Patel is currently offline Ashit PatelFriend
Messages: 3
Registered: September 2021
Junior Member
Looks like the manifest or signature file digest is an issue:

% jarsigner -verify swtmac_aarch64-4.31.jar
jarsigner: java.lang.SecurityException: Invalid signature file digest for Manifest main attributes

% jarsigner -verify swtmac_aarch64-4.30.jar
jar is unsigned.

This issue occurs for v4.31 Windows and Linux jars too.

[Updated on: Thu, 21 March 2024 01:06]

Report message to a moderator

Re: embedding SWT v4.31 jar in an app jar results in SecurityException [message #1864844 is a reply to message #1864517] Mon, 15 April 2024 01:04 Go to previous message
Andy Maleh is currently offline Andy MalehFriend
Messages: 75
Registered: March 2020
Location: Montreal, Quebec, Canada
Member
I am having the same problem when attempting to use SWT 4.31's swt.jar from JRuby on Mac (Intel).

SecurityError: Invalid signature file digest for Manifest main attributes
       java_import at org/jruby/javasupport/ext/Module.java:91


I am using macOS Ventura 13.4.1 on Intel Core i7 (x86_64 aka x64), JDK22, JRuby 9.4.6.0, and SWT 4.31 for Mac x64 (aka x86_64).


EclipseCon / EclipseWorld / Agile Conference Speaker
Open-Source Software Author of Glimmer DSL for SWT

[Updated on: Mon, 15 April 2024 01:07]

Report message to a moderator

Previous Topic:New TextLayout created each time text is added in StyledText
Goto Forum:
  


Current Time: Mon May 06 19:34:55 GMT 2024

Powered by FUDForum. Page generated in 0.04376 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top