I want to integrate a c language compiler in to java application to compile c sources without file creation (Like Java Compiler Api). Is there any c compiler that has entirely written in java?
You can check this link from Google Code C compiler written in Java
and say congratz to the developer :) -it's not me :p-
Another option is this one: JCPP