tinyj2c icon indicating copy to clipboard operation
tinyj2c copied to clipboard

Convert JAVA source to C source, Build standlone binary without any class file.

Results 2 tinyj2c issues
Sort by recently updated
recently updated
newest added

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"...

Thank you for your previous reply in /mini_jvm I have some problems when compile minijvm_rt.jar to C code - I use intelliJ Idea to compile class2c.jar and run it to...