Sublime Forum

Language compiler using Java and C through JNI

#1

i am building a language compiler using Java and C through JNI. can anyone provide me the link to a good e-book on JNI and if possible to any project of this sort.

If anyone requires i may post the current development. i have used the focussing technique where
1st java program runs called project.java
2nd it send control to a project.c program.
3rd this project.c send control to project1.c project2.c project3.c etc.
4th project1.c , project2.c project3.c then returns value to project.java

0 Likes