[Soot-list] Could not load classfile: java.util.concurrent.ConcurrentMap

Steven Arzt Steven.Arzt at cased.de
Sun Feb 28 14:50:25 EST 2016


Hi Manas,

The class name looks a bit strange. I don't know of any class "cc.util.Util" in the JDK. That might also explain why Soot fails to find it. The simplest solution to such problems is to make Soot ignore such errors and create phantom classes for referenced, but missing classes. Just add the -allow-phantom-refs command line parameter, that should do the trick.

Best regards,
  Steven

-----Ursprüngliche Nachricht-----
Von: soot-list-bounces at CS.McGill.CA [mailto:soot-list-bounces at CS.McGill.CA] Im Auftrag von Manas Thakur
Gesendet: Dienstag, 16. Februar 2016 05:13
An: soot-list at CS.McGill.CA
Betreff: Re: [Soot-list] Could not load classfile: java.util.concurrent.ConcurrentMap

To add:

In asm mode, it gives the following error:
“couldn’t find class: cc.util.Util”

I have tried both coffi and asm modes with jdk 1.7 as well.

Regards,
Manas

> On 16-Feb-2016, at 9:41 AM, Manas Thakur <manasthakur17 at gmail.com> wrote:
> 
> Hello all,
> 
> I am trying to run soot (nightly build) in whole-program mode with the coffi front-end. I am getting the error mentioned above.
> I am using soot on Mac OS X (same error comes on Linux), and am giving rt.jar of jdk 1.8 in soot’s classpath.
> Any suggestions?
> 
> Regards,
> Manas

_______________________________________________
Soot-list mailing list
Soot-list at CS.McGill.CA
https://mailman.CS.McGill.CA/mailman/listinfo/soot-list



More information about the Soot-list mailing list