How to load and call java compiled classes from within C ?

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

See Calling a Java Method from Native Code

link|improve this answer
feedback

You need to use JNI. There are many good links and tutorials (including the two cited above).

link|improve this answer
It is much easier to call C from Java than the other way around. – Peter Lawrey Nov 26 '10 at 8:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.