0

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

3 Answers 3

3

See Calling a Java Method from Native Code

Sign up to request clarification or add additional context in comments.

Comments

1

http://www.codeproject.com/KB/cpp/CJniJava.aspx

Comments

1

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

1 Comment

It is much easier to call C from Java than the other way around.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.