Unsigned libraries

Started by Kajos, August 22, 2011, 20:50:32

Previous topic - Next topic

Kajos

Hello,
First of all, LWJGL is great!
Second, I wanted to ask if some can host the unsigned LWJGL (applet) libraries. I'm having lots of trouble using multiple differently signed libraries, ie it errors out.
Thanks,
Kajos

kappa

not sure exactly what your question is asking but the normal lwjgl download bundle contains all unsigned jars. While the lwjgl applet download bundle contains jars which are signed with lwjgl's certificate.

Kajos

Well, I'm running a webstart which is signed by my own certificate. However, having multiple certificates doesn't cope well with Java. That's why I need to have unsigned jars which I can sign with my own certificate as well.

Matzon

just remove it from the jars yourself ? (MANIFEST.MF) and RSA/DSA files
or can you not host the files yourself?

Kajos

Will try to change the manifest indeed. Hope that works. Yeah, I'm going to host the files myself indeed.

Kajos

Deleting the files in the manifest directory worked great. Thanks.