[Soot-list] Problem with running newly created analyses in eclipse

Modhi Alsobiehy m99m20 at hotmail.com
Tue Jul 8 15:50:10 EDT 2014


Right click on the project and choose " configure build path"
Add all soot required jars from " add external jars"

I encountered the same problem when i mistakenly add the jars twice with different paths so make sure you don't double add them!

-Best,
Modhi

> On Jul 8, 2014, at 3:45 PM, "Manas Thakur" <manasthakur17 at gmail.com> wrote:
> 
> When I try to run my own analysis in eclipse, it gives the following error:
> Exception in thread "main" java.lang.RuntimeException: couldn't find class: java.lang.Object (is your soot-class-path set properly?) Try adding rt.jar to Soot's classpath
> I am able to do the same and run it via command-line. How to add "rt.jar" to soot-classpath in eclipse? I want a solution such that it's added permanently, and my analysis runs just by clicking the run button in eclipse menu (I've already given the other parameters in the source code).
> 
> Regards,
> Manas
> _______________________________________________
> Soot-list mailing list
> Soot-list at CS.McGill.CA
> https://mailman.CS.McGill.CA/mailman/listinfo/soot-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20140708/fefb379f/attachment.html 
-------------- next part --------------
_______________________________________________
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