Jan 13, 2004 #1 tictaclam Programmer Jan 8, 2004 47 US Does anyone know a good tool for converting c++ code (not gui's) to java code? thanks
Jan 13, 2004 #2 maxpower1 Programmer Jul 29, 2001 488 US you could also use JNI to access your C++ codes. In that case, you don't have to waste time porting logic from C++ to java. I don't know of a tool that can convert C++ to Java. Don't you have to extract all the business ruiles and rewrite them? ~za~ You can't bring back a dead thread! Upvote 0 Downvote
you could also use JNI to access your C++ codes. In that case, you don't have to waste time porting logic from C++ to java. I don't know of a tool that can convert C++ to Java. Don't you have to extract all the business ruiles and rewrite them? ~za~ You can't bring back a dead thread!