Hi guys,
i'm building a j2me game that will allow users to play over the internet. For this each user will receive at registration a username and a password (this is before they get the jar via http). I'm thinking if there is any method that i could include each username and password in the jar that will be downloaded by the user?
My first solution would be to keep the classes uncompiled, after i have the username and password replace the default string for username and passwd in one of the classes, compile, obfuscate, create jar and send to client. This seems to me very complicated, but this is my first solution... does any of you have a better ideea ?
Can i set these with some JAD attributes?
Thanks a lot,
Mircea

Reply With Quote

