Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #25636
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: signer information does not match signer information of other classes in the same package |
| Date | 2011-02-10 22:42 -0800 |
| Organization | Canadian Mind Products |
| Message-ID | <acm9l6905seuqsiulg2h5kj3p1vkib3875@4ax.com> (permalink) |
| References | <eb559166-8802-4804-a32f-31c3ea4a5061@n16g2000prc.googlegroups.com> |
On Thu, 10 Feb 2011 08:05:08 -0800 (PST), albert kao <albertkao3@gmail.com> wrote, quoted or indirectly quoted someone who said : >However, I do not use any log statement in my program. >I cannot modfiy the third party jar files. Obviously you CAN modify third party jars. There is nothing technically stopping you. What you need is permission to do so. That is a political problem. Perhaps that limitation can be bypassed if you can't find another solution. What you can do is open them the jars up and bundle them back into a big jar that you sign. I have heard it is possible to have different signers on different jars if you use Java WebStart. You might also explore the possibility of resigning an already signed jar so that all jars have the same signer. Another possibilty it so pre-install the needed jars in the client ext dirs. You might write a little installer to do that. I think then it does not matter how they are signed. -- Roedy Green Canadian Mind Products http://mindprod.com Your top priority should be fixing bugs. If you carry on development, you are just creating more places you will have to search for them.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
signer information does not match signer information of other classes in the same package albert kao <albertkao3@gmail.com> - 2011-02-10 08:05 -0800 Re: signer information does not match signer information of other classes in the same package Lew <noone@lewscanon.com> - 2011-02-11 07:46 -0500 Re: signer information does not match signer information of other classes in the same package Roedy Green <see_website@mindprod.com.invalid> - 2011-02-10 22:42 -0800 Re: signer information does not match signer information of other classes in the same package albert kao <albertkao3@gmail.com> - 2011-02-10 08:09 -0800
csiph-web