I need to know how to make a game, partly using C/C++ and partly using Java.
a) Write your game in java… the vm uses stuff written in C. Duh.
b) Write your game in java and use some native lib (jni).
c) Write some engine in C/C++ and invoke the vm from there (jni).
Fuzzy answers for a fuzzy question.