digitalgust / tinyj2c

Convert JAVA source to C source, Build standlone binary without any class file.
MIT License
60 stars 12 forks source link

class not found :java/lang/Object #4

Open amigax opened 5 months ago

amigax commented 5 months ago

can it handle abstract classes? i was trying to convert one. the .c is empty when I look at it.

Exception in thread "main" java.lang.NullPointerException: Cannot invoke "com.ebsee.classparser.ClassFile.getMethods()" because "cf" is null at com.ebsee.j2c.ClassManger.findMethod(ClassManger.java:299)

digitalgust commented 5 months ago

Are there any example java code for this case ? Please paste some code for test.