Page 2 of 2

Re: Java 8U91 and COM plugin

PostPosted: Wed May 04, 2016 3:54 pm
by Harjo
Hi Lambert,

I think I have found something

can you try to remove from the manifest file inside the jar: servoygoy_servoycom.jar

the entries:

Name: .project
SHA1-Digest: 0SjaO8qMCEP9qRlGSEgRPxG7EvE=

and

Name: .classpath
SHA1-Digest: S7paNJWZfni+P5g1WWAXigp9uEc=

so every Name property, that does not have any resource

than sign the jar again, and try again?
This will propably not fix the whole problem, because there are a lot more (3th party) plugins that have this problem. (not valid Name entries in the manifest)

Re: Java 8U91 and COM plugin

PostPosted: Wed May 04, 2016 4:25 pm
by jcompagner
i think those do have a resource
that sounds like the jar is packed with eclipse project files (.classpath and .project)

Re: Java 8U91 and COM plugin

PostPosted: Wed May 04, 2016 4:32 pm
by Harjo
I don't see them in the jar

Re: Java 8U91 and COM plugin

PostPosted: Wed May 04, 2016 4:41 pm
by IT2Be
On a mac Harjo?

Re: Java 8U91 and COM plugin

PostPosted: Wed May 04, 2016 4:47 pm
by Harjo
what do you mean Marcel? this problem is not only Mac related....

Re: Java 8U91 and COM plugin

PostPosted: Wed May 04, 2016 4:51 pm
by IT2Be
Correct but when you are on Mac you won't see those files unless you unhide hidden files...

Re: Java 8U91 and COM plugin

PostPosted: Wed May 04, 2016 5:02 pm
by Harjo
ah sorry, your correct, those are valid :oops:

the wrong one is in the jacob.jar

Code: Select all
Name: com.jacob
Specification-Title: JACOB : Java COM Bridge
Implementation-Title: JACOB : Java COM Bridge Java libraries
Implementation-Version: 1.16-M1 build ${build.iteration} on ${build.da
te}
Specification-Vendor: http://jacob-project.sourceforge.net


that one also does not have any SHA1-Digest: xxxxxxxx

Re: Java 8U91 and COM plugin

PostPosted: Wed May 04, 2016 10:40 pm
by lwjwillemsen
the wrong one is in the jacob.jar


Yes, we got him!
I deleted that entry from the manifest, resigned and run: no errors and our com outlook use (mail and appointments) still works ok !

Thanks a lot Harjo!

And some work for our much appreciated Servoy plugin builders?