This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes Invalid signature file digest for Manifest main attributes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Invalid signature file digest for Manifest main attributes" Watch "Invalid signature file digest for Manifest main attributes" New topic
Author

Invalid signature file digest for Manifest main attributes

John Phoenix
Greenhorn

Joined: Jun 08, 2011
Posts: 4
Hello,

I want to use Janino (http://docs.codehaus.org/display/JANINO) in an Java RCP-Application. So I included the jars in the Manifest via the Runtime/Classpath.

The code from above (class TestJanino) works but if I call another method from onother class (which is in another jar) in the Method testJanino I get an
"Invalid signature file digest for Manifest main attributes" message. I removed the SF and DSA files from the janino.jars but the problem still exist. I include the janino jars using the RCP Manifest.RF/Runtime/Classpath

For example


doesnt work. A simple sysout like above works. Maybe that has something to do that TestClass is in a jar called my.jar and the janino code uses two other jars (janino.jar and commons-compiler.jar)? So maybe the janino.jar can't access the class in another jar. But if this is the problem how could I fix that?

Regards

Alex

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Invalid signature file digest for Manifest main attributes
 
Similar Threads
Getting value of static variable with Reflection ?
OpenYMSG API on android
Problem deploying a simple EJB3 application
help me guys
Unexpected Behaviour with Writers