Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi sir,

I am a student and want to make a LAN instant messenger using Java. It's for our project in school. I don't know where to start.

Another one, is it recommended that I use php and mysql?
But I really want to use the Java language.
Posted
Updated 2-Apr-11 0:53am
v2

1 solution

If you don't know where to start or how to do a particular thing you have to remember that hardly anything that programmers do is totally original.

Therefore it is almost certain that someone, somewhere will already have done it and if they have, being a programmer, they will almost as certainly have told everyone about it to show how clever they are.

Your best source will therefore be an internet search. All you have to do is come up with a search phrase which will limit the hits you get to those most likely to be what you want.

For your problem something like java lan im or java lan instant messenger.
'java' because that's what you want to use.
'lan' because you want it for a LAN.
'im' because that's what you want to write.
You could also add 'source' to the end which may (or may not) limit the hits to those with source code.

Then read through the summaries of the hits you get, decide on those that you like the sound of and download the source code for a few of them.

Build those, decide which features you like from each one and then read the source to see how that feature was implemented.

Shimples!
 
Share this answer
 

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