Step:1 created java file "example.java" step:2 compiled that java file, so class file is created("example.class") step:3 gave the command "jobfuscate example". so it obfuscated the class file. step:4 then executed the class file by giving command "java example" stpe:5 I got the error classFormate error.