Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to generate tests with jcutegui #2

Closed
lucapari opened this issue Mar 24, 2022 · 2 comments
Closed

Unable to generate tests with jcutegui #2

lucapari opened this issue Mar 24, 2022 · 2 comments

Comments

@lucapari
Copy link

Every time I'm trying to generate tests with the binary distribution from their website (on Windows) I get the following error:

Exception in thread "main" java.lang.RuntimeException: couldn't find class: java.lang.Object (is your soot-class-path set properly?)
	at soot.SootResolver.bringToHierarchy(SootResolver.java:139)
	at soot.SootResolver.bringToSignatures(SootResolver.java:172)
	at soot.SootResolver.processResolveWorklist(SootResolver.java:104)
	at soot.SootResolver.resolveClass(SootResolver.java:89)
	at soot.Scene.loadClass(Scene.java:329)
	at soot.Scene.loadClassAndSupport(Scene.java:314)
	at cute.instrument.CuteInstrumenter.main(CuteInstrumenter.java:179)

I tried to solve it in many ways, but nothing seems to work...

@lucapari
Copy link
Author

lucapari commented Apr 6, 2022

SOLVED: the problem seems due to Java version. I installed "jdk7" and now it's working properly.

@lucapari lucapari closed this as completed Apr 6, 2022
@vskrishnan27
Copy link

vskrishnan27 commented Aug 29, 2023

is this jcute generating test cases for non primitve types? (string values am asking)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants