0
can i run java code on a c++ program?
Is it possible, if so how can it be done? *sorry for the bad english.
5 Answers
+ 7
No
+ 1
You can call Java code from C++ with JNI (Java Native Interface)
0
Calling a java method using c++, for example there is a library on java and is not for c++, can it be called from c++?
0
You sure? i think there should be a way
0
Is the c++ program a JVM or Java JIT compiler? That might work.