Convertion, Emergency!!!!
I really need to know if the Sun Stidio C++ can convert or translate classes from java to C++ , or if anyone knows a program that does that, PLEASE ! let me know i need to do something and i dont have a good knowledge of C++ Thanks!
# 2
Sun C++ supports the Native Connector Tool, which allows you to mix C++ and Java code in the same program. Refer to the C++ Users Guide for details, especially the -xnativeconnect option.