Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

TICTACTOE game using RMI

843793Apr 9 2004 — edited Apr 9 2004
HI, i am trying to make a multiplayer tictactoe game using RMI technology. I am very new to java!
I am half way thru the first step. The first step was to create a database on server using JDBC to store player names , passwords, wins, losses,draws. I am trying to insert the values into the table using a .CSV file using string tokenizer.

The second step is to use RMI and let the player log on to the server to play the game. I need help in GUI for this part as after player logs on need to display data in a JTABLE. BUt first most important is how can i implement RMI in this project... PLZ guide n e 1 as i am new and i dnt seem to grasp RMI so far after using sun's tutorial.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 7 2004
Added on Apr 9 2004
1 comment
824 views