<div dir="ltr">Hi,<div><br></div><div>Actually I used the compiled jar packages of Hadoop to run my test, so does it still exist this problem?</div><div><br></div><div>Thank you very much.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-08-13 19:57 GMT+08:00 Jan-Peter Stotz <span dir="ltr"><<a href="mailto:jan-peter.stotz@sit.fraunhofer.de" target="_blank">jan-peter.stotz@sit.fraunhofer.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi.<br>
<br>
Usually this means that your are using different versions of Soot for<br>
compiling your code and for running your code.<br>
<br>
The version you use at compile time is newer and supports isEnum(),<br>
however then you execute the compiled classes it seems like you are<br>
using an older Soot version that does not has the isEnum() method.<br>
<span class="HOEnZb"><font color="#888888"><br>
Jan<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
Am 12.08.2018 um 11:32 schrieb 周书林:<br>
> Exception in thread "main" java.lang.Error: Unresolved compilation problem: <br>
> <br>
> The method isEnum() is undefined for the type SootClass<br>
</div></div></blockquote></div><br></div>