Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
any kind souls can help me do a program if you have some spare free time?

Chat Room System using Java for use in Eclipse later on.

specs:

- 1 server and multiple clients(limit to 3 and above) for chit chatting

- server doing central control to accept or reject connection

- each user(client) should log onto the system using a login name and a password

- each message sent by a client must go through server and server will pass the message to a specific user(private talk) or all active users(public talk).


Can email to [EMAIL REMOVED] if u do not wish to post here..


THANKS! :)
Posted
Updated 18-Jun-18 20:37pm
v2
Comments
Fredrik Bornander 26-May-11 8:49am    
Mark my answer as Accepted if it solved your question, so that we can close it.
Marc A. Brown 26-May-11 11:16am    
I removed your email address from the question. Bad form to include it like that because it opens you up to spam. You'll get emails from CP when someone posts a solution or a comment. Also, if Fredrik's answer helped you, you need to vote for it and/or accept it as the correct answer. That helps us out by letting us see at a glance that you've been helped out.
leowks 26-May-11 11:43am    
FAILED TO LOAD MAIN CLASS MANIFEST ATTRIBUTE..
[no name] 5-Oct-12 18:10pm    
Task 2:
Project name: BirthMonth
Main class filename: birthMonth.java

A program that asks the user to enter their birth month (integer 1 – 12 inclusive). If the user enters a value in range, the program echoes the input (“Your birth month is: N”) If the value is not in the range it outputs an error msg (“You entered an incorrect month value: N”).

1 solution

It's been done:

http://sourceforge.net/projects/eimp/[^]
http://xpairtise.sourceforge.net/[^]
http://sourceforge.net/projects/gtalk-eclipse/[^]

All of them open source, you should be able to start from there.

Hope this helps,
Fredrik
 
Share this answer
 
Comments
leowks 26-May-11 10:44am    
FAILED TO LOAD MAIN CLASS MANIFEST ATTRIBUTE..
Marc A. Brown 26-May-11 12:11pm    
If you're having problems getting one of those projects working, I'd suggest asking the good people who are developing those projects. I'm sure they have some mechanism for asking for help.
Member 13268493 22-Jun-17 7:58am    
i want to send my database values to other port in java

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900