🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

binding java JNI to c++ classes

Started by
0 comments, last by Qatal 20 years, 6 months ago
i have the JNI working fine, but it seems awfully c-centric for an interface to a pure OO language What im wanting to do with my game is similar to UnrealScript - part of each object is implemented in Java, and this is bound to specific instances of native classes.... is there a way to do this without abusing the preprocessor, the JNI and the template system horribly?
die or be died...i think
Advertisement
Maybe you should take a look at SWIG?

--
AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.
[Project site] [Blog] [RSS] [Browse the source] [IRC channel]
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]

This topic is closed to new replies.

Advertisement