Re: Class loading locking threads

2016-02-26 Thread Wayne W
ugh ignore me, doing on a linux box works, but not my mac for some silly reason. cheers On Fri, Feb 26, 2016 at 11:52 AM, Wayne W wrote: > eer thx chris. > > I have tired that already and does;t work. The classes won't load > > On Thu, Feb 25, 2016 at 2:53 PM,

Re: Class loading locking threads

2016-02-26 Thread Wayne W
eer thx chris. I have tired that already and does;t work. The classes won't load On Thu, Feb 25, 2016 at 2:53 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Wayne, > > On 2/25/16 7:49 AM, Wayne W wrote: > > unfortunately its not our jar - I don't believe there is a way we can

Re: Class loading locking threads

2016-02-25 Thread Christopher Schultz
Wayne, On 2/25/16 7:49 AM, Wayne W wrote: > unfortunately its not our jar - I don't believe there is a way we can > remove the signature as all the class files are encoded. http://lmgtfy.com/?q=java+jar+remove+signature -chris > On Wed, Feb 24, 2016 at 6:31 PM, Mark Thomas

Re: Class loading locking threads

2016-02-25 Thread Wayne W
Thanks Mark, unfortunately its not our jar - I don't believe there is a way we can remove the signature as all the class files are encoded. On Wed, Feb 24, 2016 at 6:31 PM, Mark Thomas wrote: > On 24/02/2016 17:49, Wayne W wrote: > > Hi, > > > > we are using a third party JAR

Re: Class loading locking threads

2016-02-24 Thread Mark Thomas
On 24/02/2016 17:49, Wayne W wrote: > Hi, > > we are using a third party JAR which is about 35MB in size but is packed > with many many obfuscated classes. Due to the nature of the functionality > it loads classes all the time from the JAR file . I'm finding that will it > loads the class the

Class loading locking threads

2016-02-24 Thread Wayne W
Hi, we are using a third party JAR which is about 35MB in size but is packed with many many obfuscated classes. Due to the nature of the functionality it loads classes all the time from the JAR file . I'm finding that will it loads the class the other threads which want to load classes get