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!
[253 byte] By [River_Plate] at [2007-11-26 9:01:47]
# 1
No, Sun Studio has no conversion tool. I don't know of any.It might be possible for you to use GCC's java compiler, but this is just a WAG.Paul
Paul_Floyd at 2007-7-6 23:08:37 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 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.
clamage45 at 2007-7-6 23:08:37 > top of Java-index,Development Tools,Solaris and Linux Development Tools...