Hi,
I have a server program that is going to be written in C/C++ and some clients written in Java. The client programs are going to send and receive binary data from the server. Now my problem is with interpreting Java binaries to something that C/C++ can understand.
I understand that Java data types are somewhat longer than C/C++ data types and that Java data types may require further interpretation by JVM.
I wonder whether anyone has done this before and whether anyone has a good solution to this problem. Thanks.
Zech