Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tcp ip client with java

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hello all,

i'd like to make a java program using sockets that could connect with another program that i've already made with visual c++. I'm having problems in the java linking phase 'cause i'm getting an error saying BufferedReader not defined , but i'm importing java.io.* , so i think that i'm having problems with my classpath . Can anyone help me ?
 
its more likely u have miss-typed the keyword rather than it being a classpath problem. in Java2, all the stardard packages are founds even if you don't set the class path
 
Hi,

Are you sure that yuo aren't accidently typed:
BufferedReader = new BufferedReader(.....);
(in other words left away name of the object)?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top