Unknown class file Constant tag <18> in Constant pool

Asked

Viewed 17 times

-1

I am running a. java file (in Eclipse) that loads some .class. When I tried, this error occurred:

Exception while reading file: C:/Users/rique/Temp/jedis-master/target/classes/redis\clients\jedis\Jedis.class
java.io.IOException: Unknown class file constant tag <18> in constant pool
    at com.ibm.toad.cfparse.ConstantPool.readConstant(ConstantPool.java)
    at com.ibm.toad.cfparse.ConstantPool.read(ConstantPool.java)
    at com.ibm.toad.cfparse.ClassFile.<init>(ClassFile.java)
    at com.ibm.toad.cfparse.ClassFile.<init>(ClassFile.java)
    at util.io.SubtypeLoader.loadSubtypeFromStream(SubtypeLoader.java:139)
    at util.io.SubtypeLoader.loadSubtypeFromFile(SubtypeLoader.java:113)
    at util.io.SubtypeLoader.loadRecursivelySubtypesFromDir(SubtypeLoader.java:67)
    at util.io.SubtypeLoader.loadRecursivelySubtypesFromDir(SubtypeLoader.java:71)
    at util.io.SubtypeLoader.loadRecursivelySubtypesFromDir(SubtypeLoader.java:71)
    at util.io.SubtypeLoader.loadRecursivelySubtypesFromDir(SubtypeLoader.java:71)
    at padl.creator.classfile.AbstractClassFileCreator.<init>(AbstractClassFileCreator.java:165)
    at padl.creator.classfile.CompleteClassFileCreator.<init>(CompleteClassFileCreator.java:39)
    at ptidej.sad.smelldetectioncaller.SmellDetectionHelper.analyseCodeLevelModelFromJavaClassFiles(SmellDetectionHelper.java:297)
    at ptidej.sad.smelldetectioncaller.SmellDetectionHelper.analyseCodeLevelModelFromJavaClassFiles(SmellDetectionHelper.java:263)
    at ptidej.sad.smelldetectioncaller.SmellDetectionCaller.main(SmellDetectionCaller.java:15)

I need help.

  • Please clarify your specific problem or provide Additional Details to Highlight Exactly what you need. As it’s Currently Written, it’s hard to Tell Exactly what you’re asking.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.