I'm working on a small MMO project that run on android, iOS, j2me, window phone. I already built a java server and a working android project. now i'm facing problems with the other platforms. Some of my common libraries (include by both client and server) written on java (1.6) cannot run on j2me ( maybe iOS and window phone neither).
Server <--->handled by common libraries<-----packet--->handled by common libraries---> client
So, how can I make the server working with all platform??
I'm just a junior programmer :)