Yes sure HeelX,
I've created a JNI wrapper for acknex.dll, then I can develop a bootstrap application in Java, rather than in C++.
The technique to map necessary pointers from acknex.dll to Java is done via class DirectByteBuffer of Java NIO package.
But as I mentioned, the limitation now is that the bootstrap exe need to be in the same folder as acknex.dll to start a game. This is what I cannot figure it out.
Cheers,
chanwit