Skip to content

Instantly share code, notes, and snippets.

@kymtwyf
Created July 5, 2016 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kymtwyf/a2eb7729534c776c7f0dfbc4d515632d to your computer and use it in GitHub Desktop.
Save kymtwyf/a2eb7729534c776c7f0dfbc4d515632d to your computer and use it in GitHub Desktop.
soot Exception in thread "main" java.lang.RuntimeException: Could not load classfile: java.lang.CharSequence

reference I met a exception when execution as instructions on soot homepage

soot Exception in thread "main" java.lang.RuntimeException: Could not load classfile: java.lang.CharSequence

This is caused by a high version of JDK(1.8.0)

switching to a lower version of jdk (1.6 or 1.7) solves this problem

cheers!~

@Beants
Copy link

Beants commented Jul 10, 2019

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment